Lines Matching refs:height
227 RK_S32 width, height; in hal_h265d_v345_output_pps_packet() local
257 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_v345_output_pps_packet()
260 mpp_put_bits(&bp, height , 16); in hal_h265d_v345_output_pps_packet()
351 RK_S32 ctu_height_in_pic = (height + in hal_h265d_v345_output_pps_packet()
374 RK_S32 pic_in_cts_height = (height + in hal_h265d_v345_output_pps_packet()
392 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_v345_output_pps_packet()
451 RK_S32 width, height; in hal_h265d_output_pps_packet() local
483 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_output_pps_packet()
486 mpp_put_bits(&bp, height , 16);//yandong in hal_h265d_output_pps_packet()
577 RK_S32 ctu_height_in_pic = (height + in hal_h265d_output_pps_packet()
600 RK_S32 pic_in_cts_height = (height + in hal_h265d_output_pps_packet()
618 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_output_pps_packet()
669 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size() argument
681 height = MPP_ALIGN(height, ctu_size); in h265d_refine_rcb_size()
699 if (height > 8192 && tile_col_cut_num) in h265d_refine_rcb_size()
700 rcb_bits = (MPP_ALIGN(height - 8192, 4) << 1); in h265d_refine_rcb_size()
710 rcb_bits = tile_col_cut_num ? height * 22 : 0; in h265d_refine_rcb_size()
756 rcb_bits = height * (a * bit_depth + b); in h265d_refine_rcb_size()
762 rcb_bits = height * (a * bit_depth + b + (bit_depth == 10 ? 16 : 0)); in h265d_refine_rcb_size()
772 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update() argument
787 reg_ctx->height != height) { in hal_h265d_rcb_info_update()
791 …eg_ctx->rcb_buf_size = vdpu34x_get_rcb_buf_size((Vdpu34xRcbInfo*)reg_ctx->rcb_info, width, height); in hal_h265d_rcb_info_update()
792 h265d_refine_rcb_size((Vdpu34xRcbInfo*)reg_ctx->rcb_info, hw_regs, width, height, dxva_cxt); in hal_h265d_rcb_info_update()
810 reg_ctx->height = height; in hal_h265d_rcb_info_update()
842 RK_S32 width, height; in hal_h265d_vdpu34x_gen_regs() local
914 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_vdpu34x_gen_regs()
915 mv_size = vdpu34x_get_colmv_size(width, height, ctu_size, 16, 16, COLMV_COMPRESS_EN); in hal_h265d_vdpu34x_gen_regs()
1143 hal_h265d_rcb_info_update(hal, dxva_cxt, hw_regs, width, height); in hal_h265d_vdpu34x_gen_regs()