Searched refs:bottom_flag (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 290 RK_S32 dpb_idx = 0, dpb_valid = 0, bottom_flag = 0; in fill_slice_syntax() local 318 bottom_flag = currSlice->p_Dec->refpic_info_p[i].bottom_flag; in fill_slice_syntax() 319 fill_picture_entry(&p_long->RefPicList[0][i], dpb_idx, bottom_flag); in fill_slice_syntax() 331 bottom_flag = currSlice->p_Dec->refpic_info_b[list][i].bottom_flag; in fill_slice_syntax() 332 fill_picture_entry(&p_long->RefPicList[list + 1][i], dpb_idx, bottom_flag); in fill_slice_syntax()
|
| H A D | h264d_init.c | 1825 p_Dec->refpic_info_p[j].bottom_flag = 1; in prepare_init_ref_info() 1827 p_Dec->refpic_info_p[j].bottom_flag = 0; in prepare_init_ref_info() 1888 p_Dec->refpic_info_b[k][j].bottom_flag = 1; in prepare_init_ref_info() 1890 p_Dec->refpic_info_b[k][j].bottom_flag = 0; in prepare_init_ref_info()
|
| H A D | h264d_global.h | 299 RK_S32 bottom_flag; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 352 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 385 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 388 mpp_put_bits(&bp, bottom_flag, 1); in prepare_framerps() 395 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 398 mpp_put_bits(&bp, bottom_flag, 1); in prepare_framerps()
|
| H A D | hal_h264d_vdpu_com.h | 59 RK_S32 bottom_flag; member
|
| H A D | hal_h264d_vdpu34x.c | 448 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 485 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 488 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps() 497 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 500 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps()
|
| H A D | hal_h264d_vdpu382.c | 454 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 491 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 494 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps() 503 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 506 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps()
|
| H A D | hal_h264d_vdpu_com.c | 246 priv->refinfo[j][i].bottom_flag = p_long->RefPicList[j][i].AssociatedFlag; in get_info_input() 325 p[i].dpb_idx, p[i].bottom_flag); in refill_info_input()
|