Lines Matching refs:bit_depth
675 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in h265d_refine_rcb_size() local
720 rcb_bits = width * ( 4 + 6 * bit_depth); in h265d_refine_rcb_size()
722 rcb_bits = width * ( 2 + 6 * bit_depth); in h265d_refine_rcb_size()
725 rcb_bits = width * ( 4 + 8 * bit_depth); in h265d_refine_rcb_size()
727 rcb_bits = width * ( 2 + 8 * bit_depth); in h265d_refine_rcb_size()
729 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 256 : 192)) + ext_align_size; in h265d_refine_rcb_size()
734 rcb_bits = width * (128 / ctu_size + 2 * bit_depth); in h265d_refine_rcb_size()
736 rcb_bits = width * (128 / ctu_size + 3 * bit_depth); in h265d_refine_rcb_size()
738 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 160 : 128)) + ext_align_size; in h265d_refine_rcb_size()
743 rcb_bits = width * (chroma_fmt_idc - 1) * 2 * bit_depth; in h265d_refine_rcb_size()
744 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 128 : 64)) + ext_align_size; 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()
778 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in hal_h265d_rcb_info_update() local
783 reg_ctx->bit_depth != bit_depth || in hal_h265d_rcb_info_update()
806 reg_ctx->bit_depth = bit_depth; in hal_h265d_rcb_info_update()