Home
last modified time | relevance | path

Searched refs:FIELD_CODING (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c674 dec_pic->iCodingType = FIELD_CODING; in alloc_decpic()
1600 if (p_Dpb->fs_ref[j]->frame->iCodingType == FIELD_CODING) { in prepare_init_dpb_info()
1612 p_Dec->dpb_info[i].field_flag = p_Dpb->fs_ref[j]->frame->iCodingType == FIELD_CODING; in prepare_init_dpb_info()
1648 if (p_Dpb->fs_ltref[j]->frame->iCodingType == FIELD_CODING) { in prepare_init_dpb_info()
1661 p_Dec->dpb_info[i].field_flag = p_Dpb->fs_ltref[j]->frame->iCodingType == FIELD_CODING; in prepare_init_dpb_info()
1707 p_Dec->dpb_info[i].field_flag = p_Dpb->fs_ilref[j]->frame->iCodingType == FIELD_CODING; in prepare_init_dpb_info()
1726 … p_Dec->dpb_info[i].field_flag = p_Dpb->fs_ilref[j]->frame->iCodingType == FIELD_CODING; in prepare_init_dpb_info()
H A Dh264d_fill.c157 pp->field_pic_flag = (dec_pic->iCodingType == FIELD_CODING); in fill_picparams()
H A Dh264d_global.h176 FIELD_CODING = 1, enumerator