Lines Matching refs:height

220     RK_S32 width, height;  in hal_h265d_v382_output_pps_packet()  local
250 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_v382_output_pps_packet()
253 mpp_put_bits(&bp, height , 16); in hal_h265d_v382_output_pps_packet()
344 RK_S32 ctu_height_in_pic = (height + in hal_h265d_v382_output_pps_packet()
367 RK_S32 pic_in_cts_height = (height + in hal_h265d_v382_output_pps_packet()
385 row_height[0] = (height + MaxCUWidth - 1) / MaxCUWidth; in hal_h265d_v382_output_pps_packet()
440 RK_S32 width, RK_S32 height, void *dxva) in h265d_refine_rcb_size() argument
452 height = MPP_ALIGN(height, ctu_size); in h265d_refine_rcb_size()
471 if (height >= 8192 && tile_col_cut_num) in h265d_refine_rcb_size()
472 rcb_bits = tile_col_cut_num ? (MPP_ALIGN(height - 8192, 4) << 1) : 0; in h265d_refine_rcb_size()
482 rcb_bits = tile_col_cut_num ? (height * 22) : 0; in h265d_refine_rcb_size()
528 rcb_bits = height * (a * bit_depth + b); in h265d_refine_rcb_size()
534 rcb_bits = height * (a * bit_depth + b); in h265d_refine_rcb_size()
543 RK_S32 width, RK_S32 height) in hal_h265d_rcb_info_update() argument
558 reg_ctx->height != height) { in hal_h265d_rcb_info_update()
562 …eg_ctx->rcb_buf_size = vdpu382_get_rcb_buf_size((Vdpu382RcbInfo*)reg_ctx->rcb_info, width, height); in hal_h265d_rcb_info_update()
563 h265d_refine_rcb_size((Vdpu382RcbInfo*)reg_ctx->rcb_info, hw_regs, width, height, dxva_cxt); in hal_h265d_rcb_info_update()
581 reg_ctx->height = height; in hal_h265d_rcb_info_update()
619 RK_U32 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_vdpu382_setup_colmv_buf() local
624 mv_size = vdpu382_get_colmv_size(width, height, ctu_size, colmv_byte, colmv_size, compress); in hal_h265d_vdpu382_setup_colmv_buf()
652 RK_S32 width, height; in hal_h265d_vdpu382_gen_regs() local
721 height = (dxva_cxt->pp.PicHeightInMinCbsY << log2_min_cb_size); in hal_h265d_vdpu382_gen_regs()
918 hal_h265d_rcb_info_update(hal, dxva_cxt, hw_regs, width, height); in hal_h265d_vdpu382_gen_regs()