Lines Matching refs:bit_depth
446 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in h265d_refine_rcb_size() local
492 rcb_bits = width * ( 4 + 6 * bit_depth); in h265d_refine_rcb_size()
494 rcb_bits = width * ( 2 + 6 * bit_depth); in h265d_refine_rcb_size()
497 rcb_bits = width * ( 4 + 8 * bit_depth); in h265d_refine_rcb_size()
499 rcb_bits = width * ( 2 + 8 * bit_depth); in h265d_refine_rcb_size()
501 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 256 : 192)) + ext_align_size; in h265d_refine_rcb_size()
506 rcb_bits = width * (128 / ctu_size + 2 * bit_depth); in h265d_refine_rcb_size()
508 rcb_bits = width * (128 / ctu_size + 3 * bit_depth); in h265d_refine_rcb_size()
510 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 160 : 128)) + ext_align_size; in h265d_refine_rcb_size()
515 rcb_bits = width * (chroma_fmt_idc - 1) * 2 * bit_depth; in h265d_refine_rcb_size()
516 rcb_bits += (tile_col_cut_num * (bit_depth == 8 ? 128 : 64)) + ext_align_size; 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()
549 RK_U8 bit_depth = MPP_MAX(pp->bit_depth_luma_minus8, pp->bit_depth_chroma_minus8) + 8; in hal_h265d_rcb_info_update() local
554 reg_ctx->bit_depth != bit_depth || in hal_h265d_rcb_info_update()
577 reg_ctx->bit_depth = bit_depth; in hal_h265d_rcb_info_update()