| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | avs2d_syntax.h | 28 RK_U32 bit_depth_luma_minus8 : 3; member
|
| H A D | h264d_syntax.h | 65 RK_U8 bit_depth_luma_minus8; member 352 RK_U8 bit_depth_luma_minus8; member
|
| H A D | h265d_syntax.h | 78 USHORT bit_depth_luma_minus8 : 3; member
|
| H A D | h265e_syntax_new.h | 39 RK_U16 bit_depth_luma_minus8 : 3; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_sps.c | 177 cur_sps->bit_depth_luma_minus8 = 0; in parser_sps() 220 READ_UE(p_bitctx, &cur_sps->bit_depth_luma_minus8); in parser_sps() 221 ASSERT(cur_sps->bit_depth_luma_minus8 < 7); in parser_sps() 395 p_Vid->bit_depth_luma = sps->bit_depth_luma_minus8 + 8; in update_video_pars()
|
| H A D | h264d_fill.c | 150 pp->bit_depth_luma_minus8 = p_Vid->active_sps->bit_depth_luma_minus8; in fill_picparams()
|
| H A D | h264d_slice.c | 279 ret |= (sps->bit_depth_luma_minus8 > 2); in check_sps_pps() 320 …init_qp_minus26 > 25 || pps->pic_init_qp_minus26 < -(26 + 6 * (RK_S32)sps->bit_depth_luma_minus8)); in check_sps_pps()
|
| H A D | h264d_global.h | 536 RK_S32 bit_depth_luma_minus8; // ue(v) member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | nal-h264.h | 110 unsigned int bit_depth_luma_minus8; member
|
| H A D | nal-h264.c | 626 rbsp_uev(rbsp, &sps->bit_depth_luma_minus8); in nal_h264_rbsp_sps()
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | hevc-ctrls.h | 59 __u8 bit_depth_luma_minus8; member
|
| H A D | h264-ctrls.h | 72 __u8 bit_depth_luma_minus8; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 314 mpp_put_bits(&bp, dxva_cxt->pp.bit_depth_luma_minus8 + 8 , 4); in hal_h265d_v345_output_pps_packet() 528 mpp_put_bits(&bp, dxva_cxt->pp.bit_depth_luma_minus8 + 8 , 4); in hal_h265d_output_pps_packet() 822 * (dxva_cxt->pp.bit_depth_luma_minus8 + 8)) >> 3); in hal_h265d_rkv_gen_regs()
|
| H A D | hal_h265d_vdpu34x.c | 266 mpp_put_bits(&bp, dxva_cxt->pp.bit_depth_luma_minus8 + 8 , 4); in hal_h265d_v345_output_pps_packet() 495 mpp_put_bits(&bp, dxva_cxt->pp.bit_depth_luma_minus8 + 8 , 4); in hal_h265d_output_pps_packet() 683 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in h265d_refine_rcb_size() 773 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in hal_h265d_rcb_info_update()
|
| H A D | hal_h265d_vdpu382.c | 270 mpp_put_bits(&bp, dxva_cxt->pp.bit_depth_luma_minus8 + 8 , 4); in hal_h265d_v382_output_pps_packet() 465 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in h265d_refine_rcb_size() 568 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in hal_h265d_rcb_info_update()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu34x.c | 366 mpp_put_bits(&bp, pp->bit_depth_luma_minus8, 3); in prepare_spspps() 805 RK_U32 bit_depth = p_hal->pp->bit_depth_luma_minus8 + 8; in h264d_refine_rcb_size() 855 RK_U32 bit_depth = p_hal->pp->bit_depth_luma_minus8 + 8; in hal_h264d_rcb_info_update()
|
| H A D | hal_h264d_vdpu382.c | 372 mpp_put_bits(&bp, pp->bit_depth_luma_minus8, 3); in prepare_spspps() 842 RK_U32 bit_depth = p_hal->pp->bit_depth_luma_minus8 + 8; in h264d_refine_rcb_size() 901 RK_U32 bit_depth = p_hal->pp->bit_depth_luma_minus8 + 8; in hal_h264d_rcb_info_update()
|
| H A D | hal_h264d_rkv_reg.c | 267 mpp_put_bits(&bp, pp->bit_depth_luma_minus8, 3); in prepare_spspps()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_drv.c | 251 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in hantro_try_ctrl() 254 if (sps->bit_depth_luma_minus8 != 0) in hantro_try_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/ |
| H A D | rkvdec-h264.c | 665 WRITE_PPS(sps->bit_depth_luma_minus8, BIT_DEPTH_LUMA); in assemble_hw_pps() 923 hor_virstride = (sps->bit_depth_luma_minus8 + 8) * dst_fmt->width / 8; in config_registers()
|
| H A D | rkvdec.c | 42 if (sps->bit_depth_luma_minus8 != sps->bit_depth_chroma_minus8) in rkvdec_try_ctrl() 45 if (sps->bit_depth_luma_minus8 != 0) in rkvdec_try_ctrl()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_h265.c | 357 VE_DEC_H265_DEC_SPS_HDR_BIT_DEPTH_LUMA_MINUS8(sps->bit_depth_luma_minus8) | in cedrus_h265_setup()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/avs2/ |
| H A D | avs2d_parse.c | 373 pp->bit_depth_luma_minus8 = vsh->bit_depth - 8; in avs2d_fill_parameters()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/avs2d/ |
| H A D | hal_avs2d_rkv.c | 121 mpp_put_bits(&bp, pp->bit_depth_luma_minus8, 3); in prepare_header()
|
| H A D | hal_avs2d_vdpu382.c | 121 mpp_put_bits(&bp, pp->bit_depth_luma_minus8, 3); in prepare_header()
|