📄 jmccs2.searchresults
字号:
---- active_sps Matches (98 in 9 files) ----
Global.h:extern seq_parameter_set_rbsp_t *active_sps;
Header.c: img->frame_num = u_v (active_sps->log2_max_frame_num_minus4 + 4, "SH: frame_num", currStream);
Header.c: if (active_sps->frame_mbs_only_flag)
Header.c: //img->MbaffFrameFlag=(active_sps->mb_adaptive_frame_field_flag && (img->field_pic_flag==0));
Header.c: if (active_sps->pic_order_cnt_type == 0)
Header.c: img->pic_order_cnt_lsb = u_v(active_sps->log2_max_pic_order_cnt_lsb_minus4 + 4, "SH: pic_order_cnt_lsb", currStream);
Header.c: if( active_sps->pic_order_cnt_type == 1 && !active_sps->delta_pic_order_always_zero_flag )
Header.c: if (active_sps->pic_order_cnt_type == 1)
Header.c: len = (active_sps->pic_height_in_map_units_minus1+1)*(active_sps->pic_width_in_mbs_minus1+1)/
Header.c: if (((active_sps->pic_height_in_map_units_minus1+1)*(active_sps->pic_width_in_mbs_minus1+1))%
Header.c: unsigned int MaxPicOrderCntLsb = (1<<(active_sps->log2_max_pic_order_cnt_lsb_minus4+4));
Header.c: switch ( active_sps->pic_order_cnt_type )
Header.c: if(active_sps->num_ref_frames_in_pic_order_cnt_cycle)
Header.c: if(active_sps->num_ref_frames_in_pic_order_cnt_cycle)
Header.c: for(i=0;i<(int) active_sps->num_ref_frames_in_pic_order_cnt_cycle;i++)
Header.c: img->ExpectedDeltaPerPicOrderCntCycle += active_sps->offset_for_ref_frame[i];
Header.c: img->PicOrderCntCycleCnt = (img->AbsFrameNum-1)/active_sps->num_ref_frames_in_pic_order_cnt_cycle;
Header.c: img->FrameNumInPicOrderCntCycle = (img->AbsFrameNum-1)%active_sps->num_ref_frames_in_pic_order_cnt_cycle;
Header.c: img->ExpectedPicOrderCnt += active_sps->offset_for_ref_frame[i];
Header.c: img->ExpectedPicOrderCnt += active_sps->offset_for_non_ref_pic;
Header.c: img->bottompoc = img->toppoc + active_sps->offset_for_top_to_bottom_field + img->delta_pic_order_cnt[1];
Header.c: img->ThisPOC = img->bottompoc = img->ExpectedPicOrderCnt + active_sps->offset_for_top_to_bottom_field + img->delta_pic_order_cnt[0];
Header.c: printf ("log2_max_frame_num_minus4 %d\n", active_sps->log2_max_frame_num_minus4); // POC200301
Header.c: printf ("log2_max_pic_order_cnt_lsb_minus4 %d\n", active_sps->log2_max_pic_order_cnt_lsb_minus4);
Header.c: printf ("pic_order_cnt_type %d\n", active_sps->pic_order_cnt_type);
Header.c: printf ("num_ref_frames_in_pic_order_cnt_cycle %d\n", active_sps->num_ref_frames_in_pic_order_cnt_cycle);
Header.c: printf ("delta_pic_order_always_zero_flag %d\n", active_sps->delta_pic_order_always_zero_flag);
Header.c: printf ("offset_for_non_ref_pic %d\n", active_sps->offset_for_non_ref_pic);
Header.c: printf ("offset_for_top_to_bottom_field %d\n", active_sps->offset_for_top_to_bottom_field);
Header.c: printf ("offset_for_ref_frame[0] %d\n", active_sps->offset_for_ref_frame[0]);
Header.c: printf ("offset_for_ref_frame[1] %d\n", active_sps->offset_for_ref_frame[1]);
Image.c: Boolean rgb_output = (active_sps->vui_seq_parameters.matrix_coefficients==0);
Image.c: int psnrPOC = active_sps->mb_adaptive_frame_field_flag ? p->poc /(input->poc_scale) : p->poc/(3-input->poc_scale);
Image.c: if (!active_sps->frame_mbs_only_flag)
Image.c: FmoInit (active_pps, active_sps);
Image.c: AssignQuantParam (active_pps, active_sps);
Image.c: // From here on, active_sps, active_pps and the slice header are valid
Image.c: FmoInit (active_pps, active_sps);
Image.c: // From here on, active_sps, active_pps and the slice header are valid
Image.c: if (active_sps->gaps_in_frame_num_value_allowed_flag == 0)
Image.c: dec_picture->chroma_format_idc = active_sps->chroma_format_idc;
Image.c: dec_picture->frame_mbs_only_flag = active_sps->frame_mbs_only_flag;
Image.c: dec_picture->frame_cropping_flag = active_sps->frame_cropping_flag;
Image.c: dec_picture->frame_cropping_rect_left_offset = active_sps->frame_cropping_rect_left_offset;
Image.c: dec_picture->frame_cropping_rect_right_offset = active_sps->frame_cropping_rect_right_offset;
Image.c: dec_picture->frame_cropping_rect_top_offset = active_sps->frame_cropping_rect_top_offset;
Image.c: dec_picture->frame_cropping_rect_bottom_offset = active_sps->frame_cropping_rect_bottom_offset;
Image.c: if (active_sps->pic_order_cnt_type == 0)
Image.c: if (active_sps->pic_order_cnt_type == 1)
Image.c: if (active_sps->pic_order_cnt_type == 0)
Image.c: if (active_sps->pic_order_cnt_type == 1)
Ldecod.c: seq_parameter_set_rbsp_t *active_sps=NULL;
Ldecod.c: if(img->bitdepth_luma > img->bitdepth_chroma || active_sps->chroma_format_idc == YUV400)
Ldecod.c: if (active_sps->chroma_format_idc != YUV400)
Ldecod.c: img->num_blk8x8_uv = (1<<active_sps->chroma_format_idc)&(~(0x1));
Ldecod.c: img->mb_cr_size_x = (active_sps->chroma_format_idc==YUV420 || active_sps->chroma_format_idc==YUV422)? 8:16;
Ldecod.c: img->mb_cr_size_y = (active_sps->chroma_format_idc==YUV444 || active_sps->chroma_format_idc==YUV422)? 16:8;
Ldecod.c: if (active_sps->chroma_format_idc != YUV400)
Ldecod.c: if(img->max_imgpel_value > img->max_imgpel_value_uv || active_sps->chroma_format_idc == YUV400)
Macroblock.c: currMB->NoMbPartLessThan8x8Flag = (IS_DIRECT(currMB) && !(active_sps->direct_8x8_inference_flag))? 0: 1;
Macroblock.c: currMB->NoMbPartLessThan8x8Flag &= (currMB->b8mode[i]==0 && active_sps->direct_8x8_inference_flag) ||
Macroblock.c: (IS_DIRECT(currMB) && active_sps->direct_8x8_inference_flag) ||
Mbuffer.c: int pic_size = (active_sps->pic_width_in_mbs_minus1 + 1) * (active_sps->pic_height_in_map_units_minus1 + 1) * (active_sps->frame_mbs_only_flag?1:2) * 384;
Mbuffer.c: switch (active_sps->level_idc)
Mbuffer.c: if (active_sps->vui_parameters_present_flag && active_sps->vui_seq_parameters.bitstream_restriction_flag)
Mbuffer.c: if ((int)active_sps->vui_seq_parameters.max_dec_frame_buffering > size)
Mbuffer.c: size = max (1, active_sps->vui_seq_parameters.max_dec_frame_buffering);
Mbuffer.c: dpb.num_ref_frames = active_sps->num_ref_frames;
Mbuffer.c: if (dpb.size < active_sps->num_ref_frames)
Mbuffer.c: if (active_sps->chroma_format_idc != YUV400)
Mbuffer.c: int MaxFrameNum = 1 << (active_sps->log2_max_frame_num_minus4 + 4);
Mbuffer.c: if (active_sps->pic_order_cnt_type!=0)
Mbuffer.c: if (!active_sps->frame_mbs_only_flag || active_sps->direct_8x8_inference_flag)
Mbuffer.c: if (!active_sps->frame_mbs_only_flag || active_sps->direct_8x8_inference_flag)
Mbuffer.c: if (!active_sps->frame_mbs_only_flag || active_sps->direct_8x8_inference_flag)
Output.c: Boolean rgb_output = (active_sps->vui_seq_parameters.matrix_coefficients==0);
Output.c: if (active_sps->frame_cropping_flag)
Parset.c: if (active_sps)
Parset.c: if (sps->seq_parameter_set_id == active_sps->seq_parameter_set_id)
Parset.c: if (!sps_is_equal(sps, active_sps))
Parset.c: active_sps=NULL;
Parset.c: if (active_sps != sps)
Parset.c: active_sps = sps;
Vlc.c: *cbp=NCBP[active_sps->chroma_format_idc?1:0][cbp_idx][0];
Vlc.c: *cbp=NCBP[active_sps->chroma_format_idc?1:0][cbp_idx][1];
Vlc.c: int yuv = active_sps->chroma_format_idc - 1;
Vlc.c: int yuv = active_sps->chroma_format_idc - 1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -