/external/libavc/encoder/svc/ |
D | isvce_mode_stat_visualiser.c | 90 ps_frame_buf->u1_bit_depth = 8; in isvce_msv_ctxt_init() 125 ASSERT(ps_target_layer_yuv_buf->u1_bit_depth == ps_frame_buf->u1_bit_depth); in isvce_msv_get_input_frame() 127 ASSERT(ps_frame_buf->u1_bit_depth == IV_YUV_420P); in isvce_msv_get_input_frame()
|
D | isvce_utils.c | 902 ps_pic_buf->ps_layer_yuv_buf_props[j].u1_bit_depth = 8; in isvce_svc_au_buf_mgr_add_bufs() 1076 ps_codec->as_inp_list[i].as_layer_yuv_buf_props[j].u1_bit_depth = 8; in isvce_svc_inp_buf_init() 2961 ps_codec->s_svc_ilp_data.ps_intra_recon_bufs[i].u1_bit_depth = 8; in isvce_svc_ilp_buf_init() 2982 ps_codec->s_svc_ilp_data.ps_residual_bufs[i].u1_bit_depth = 10; in isvce_svc_ilp_buf_init() 3037 ps_codec->s_svc_ilp_data.ps_residual_bufs[0].u1_bit_depth = 10; in isvce_svc_ilp_buf_init() 3225 WORD32 i4_element_size = (ps_pad_buf->u1_bit_depth > 8) ? 2 : 1; in isvce_pad_frame()
|
D | isvce_ibl_eval.c | 870 ps_mb_intra_pred_buf->u1_bit_depth = 16; in isvce_intra_pred_ctxt_init()
|
D | isvce_residual_pred.c | 1134 ps_mb_res_buf->u1_bit_depth = 10; in isvce_svc_res_pred_ctxt_init()
|
/external/libhevc/encoder/ |
D | ihevce_rc_interface.h | 132 WORD32 ihevce_rc_get_scaled_mpeg2_qp_q6(WORD32 i4_frame_qp, UWORD8 u1_bit_depth); 135 WORD32 ihevce_rc_get_scaled_hevce_qp_q6(WORD32 i4_frame_qp_q6, UWORD8 u1_bit_depth); 137 WORD32 ihevce_rc_get_scaled_hevce_qp_q3(WORD32 i4_frame_qp, UWORD8 u1_bit_depth);
|
D | ihevce_rc_interface.c | 432 ps_rc_ctxt->u1_bit_depth = (UWORD8)ps_init_prms->s_tgt_lyr_prms.i4_internal_bit_depth; in ihevce_rc_mem_init() 756 ihevce_rc_get_scaled_hevce_qp_q3(i, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_init() 763 i + ps_rc_quant->i1_qp_offset, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_init() 786 if(ps_rc_ctxt->u1_bit_depth == 10) in ihevce_rc_init() 790 else if(ps_rc_ctxt->u1_bit_depth == 12) in ihevce_rc_init() 829 if(ps_rc_ctxt->u1_bit_depth == 10) in ihevce_rc_init() 833 else if(ps_rc_ctxt->u1_bit_depth == 12) in ihevce_rc_init() 997 ps_rc_ctxt->u1_bit_depth, in ihevce_rc_init() 1490 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_get_pre_enc_pic_quant() 2789 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rc_ctxt->u1_bit_depth); in ihevce_rc_get_pic_quant() [all …]
|
D | rate_control_api_structs.h | 97 UWORD8 u1_bit_depth; member
|
D | rate_control_api.c | 250 UWORD8 u1_bit_depth, in initialise_rate_control() 320 ps_rate_control_api->u1_bit_depth = u1_bit_depth; in initialise_rate_control() 322 f_bit_depth_based_max_qp = (float)((51 + (6 * (u1_bit_depth - 8))) - 4) / 6; in initialise_rate_control() 1508 i4_frame_qp_q6_based_max_vbv_bits, ps_rate_control_api->u1_bit_depth); in get_frame_level_qp() 1535 ihevce_rc_get_scaled_hevce_qp_q6(i4_frame_qp_q6, ps_rate_control_api->u1_bit_depth); in get_frame_level_qp() 3227 if((ps_rate_control_api->u1_bit_depth > 8) && (i4_call_type == 1)) in rc_get_qp_scene_change_bits() 3229 i8_satd_by_act_accum = i8_satd_by_act_accum << (ps_rate_control_api->u1_bit_depth - 8); in rc_get_qp_scene_change_bits() 3230 i4_max_Qp = i4_max_Qp + (6 * (ps_rate_control_api->u1_bit_depth - 8)); in rc_get_qp_scene_change_bits() 3231 i4_min_Qp = i4_min_Qp + (6 * (ps_rate_control_api->u1_bit_depth - 8)); in rc_get_qp_scene_change_bits() 3232 max_scd_q_scale = max_scd_q_scale * (1 << (ps_rate_control_api->u1_bit_depth - 8)); in rc_get_qp_scene_change_bits()
|
D | rate_control_api.h | 85 UWORD8 u1_bit_depth, 118 WORD32 ihevce_rc_get_scaled_hevce_qp_q6(WORD32 i4_frame_qp_q6, UWORD8 u1_bit_depth);
|
D | ihevce_ipe_structs.h | 437 UWORD8 u1_bit_depth; member
|
D | ihevce_rc_structs.h | 235 UWORD8 u1_bit_depth; member
|
D | ihevce_ipe_pass.c | 526 ps_ctxt->u1_bit_depth = ps_init_prms->s_tgt_lyr_prms.i4_internal_bit_depth; in ihevce_ipe_init() 1243 WORD32 i4_qp_bd_offset = 6 * (ps_ctxt->u1_bit_depth - 8); in ihevce_populate_ipe_ol_cu_lambda_prms()
|
D | ihevce_enc_loop_pass.c | 660 s_prms.u1_is_hbd = (ps_ctxt->u1_bit_depth > 8); in ihevce_cu_mode_decide() 825 if((ps_ctxt->u1_bit_depth == 8) && (!ps_inter_cand->b1_skip_flag)) in ihevce_cu_mode_decide() 6032 ps_ctxt->u1_bit_depth = ps_sps->i1_bit_depth_luma_minus8 + 8; in ihevce_enc_loop_frame_init() 6034 ps_ctxt->s_mc_ctxt.i4_bit_depth = ps_ctxt->u1_bit_depth; in ihevce_enc_loop_frame_init() 6072 ps_ctxt->i4_cu_qp_div6 = (i4_frm_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_enc_loop_frame_init() 6075 ps_ctxt->i4_cu_qp_mod6 = (i4_frm_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_enc_loop_frame_init() 6078 (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_enc_loop_frame_init() 6080 (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_enc_loop_frame_init()
|
D | ihevce_cabac_cu_pu.c | 1520 UWORD8 u1_bit_depth = ps_entropy_ctxt->ps_sps->i1_bit_depth_luma_minus8 + 8; in ihevce_cabac_encode_sao() local 1523 WORD32 c_max = (1 << (MIN(u1_bit_depth, 10) - 5)) - in ihevce_cabac_encode_sao()
|
D | ihevce_tu_tree_selector.c | 1647 ps_ctxt->u1_bit_depth > 8); in ihevce_tu_tree_selector() 2041 ps_ctxt->u1_bit_depth > 8); in ihevce_topDown_tu_tree_selector() 2086 ps_ctxt->u1_bit_depth > 8); in ihevce_topDown_tu_tree_selector()
|
D | ihevce_enc_loop_structs.h | 2532 UWORD8 u1_bit_depth; member
|
D | ihevce_enc_loop_utils.c | 341 ps_ctxt->i4_cu_qp_div6 = (i1_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_compute_quant_rel_param() 344 ps_ctxt->i4_cu_qp_mod6 = (i1_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_compute_quant_rel_param() 345 ps_ctxt->i4_chrm_cu_qp_div6 = (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_compute_quant_rel_param() 346 ps_ctxt->i4_chrm_cu_qp_mod6 = (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_compute_quant_rel_param() 418 WORD32 i4_qp_bdoffset = 6 * (ps_ctxt->u1_bit_depth - 8); in ihevce_populate_cl_cu_lambda_prms()
|
/external/libavc/common/mvc/ |
D | imvc_structs.h | 132 UWORD8 u1_bit_depth; member
|
/external/libavc/common/svc/ |
D | isvc_structs.h | 65 UWORD8 u1_bit_depth; member
|
/external/libavc/decoder/mvc/ |
D | imvcd_api_utils.c | 264 ps_view_buf->u1_bit_depth = 8; in imvcd_convert_app_out_buf()
|
D | imvcd_utils.c | 601 ps_au_buf->as_view_buffers[j].u1_bit_depth = 8; in imvcd_init_au_buffers()
|