Home
last modified time | relevance | path

Searched refs:bottompoc (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c2371 pInfo->img.bottompoc -= active_fs->frame.poc; in h264_dpb_adaptive_memory_management()
2388 pInfo->img.bottompoc = 0; in h264_dpb_adaptive_memory_management()
3079 active_fs->bottom_field.poc = pInfo->img.bottompoc; in h264_dpb_split_field()
3850 active_fs->bottom_field.poc = pInfo->img.bottompoc; in h264_dpb_init_frame_store()
3935 pInfo->img.bottompoc = pInfo->img.toppoc + pInfo->img.delta_pic_order_cnt_bottom; in h264_hdr_decoding_poc()
3936 …o->img.framepoc = (pInfo->img.toppoc < pInfo->img.bottompoc)? pInfo->img.toppoc : pInfo->img.botto… in h264_hdr_decoding_poc()
3944 …pInfo->img.ThisPOC= pInfo->img.bottompoc = pInfo->img.CurrPicOrderCntMsb + pInfo->img.pic_order_cn… in h264_hdr_decoding_poc()
4041 …pInfo->img.bottompoc = pInfo->img.toppoc + pInfo->img.offset_for_top_to_bottom_field + delta_pic_o… in h264_hdr_decoding_poc()
4042 …o->img.framepoc = (pInfo->img.toppoc < pInfo->img.bottompoc)? pInfo->img.toppoc : pInfo->img.botto… in h264_hdr_decoding_poc()
4050 pInfo->img.bottompoc = 0; in h264_hdr_decoding_poc()
[all …]
Dviddec_h264_workload.c192 attrs->h264.bottom_field_poc = pInfo->img.bottompoc; in h264_parse_update_frame_attributes()
553 p_pic_data->h264_cur_mpr_bf_poc = pInfo->img.bottompoc; in h264_fill_pic_data()
564 p_pic_data->h264_cur_mpr_bf_poc = pInfo->img.bottompoc; in h264_fill_pic_data()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h878 int32_t bottompoc; member
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c873 pic_parms->CurrPic.BottomFieldOrderCnt = parser->info.img.bottompoc; in vbp_add_pic_data_h264()