Searched refs:bottom_flag (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 299 RK_S32 dpb_idx = 0, dpb_valid = 0, bottom_flag = 0; in fill_slice_syntax() local 327 bottom_flag = currSlice->p_Dec->refpic_info_p[i].bottom_flag; in fill_slice_syntax() 328 fill_picture_entry(&p_long->RefPicList[0][i], dpb_idx, bottom_flag); in fill_slice_syntax() 340 bottom_flag = currSlice->p_Dec->refpic_info_b[list][i].bottom_flag; in fill_slice_syntax() 341 fill_picture_entry(&p_long->RefPicList[list + 1][i], dpb_idx, bottom_flag); in fill_slice_syntax()
|
| H A D | h264d_init.c | 1837 p_Dec->refpic_info_p[j].bottom_flag = 1; in prepare_init_ref_info() 1839 p_Dec->refpic_info_p[j].bottom_flag = 0; in prepare_init_ref_info() 1900 p_Dec->refpic_info_b[k][j].bottom_flag = 1; in prepare_init_ref_info() 1902 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
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 351 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 384 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 387 mpp_put_bits(&bp, bottom_flag, 1); in prepare_framerps() 394 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 397 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 | 449 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 486 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 489 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps() 498 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 501 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()
|
| H A D | hal_h264d_vdpu383.c | 292 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 327 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 331 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps() 342 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 345 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps()
|
| H A D | hal_h264d_vdpu382.c | 455 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_framerps() local 492 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[0][i].AssociatedFlag : 0; in prepare_framerps() 495 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps() 504 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_framerps() 507 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_framerps()
|
| H A D | hal_h264d_vdpu384a.c | 253 RK_S32 dpb_valid = 0, bottom_flag = 0; in prepare_spspps() local 278 bottom_flag = dpb_valid ? p_hal->slice_long[0].RefPicList[j][i].AssociatedFlag : 0; in prepare_spspps() 281 tmp |= (RK_U32)(bottom_flag & 0x1) << 5; in prepare_spspps()
|