Searched refs:g_ihevc_quant_scales (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/common/ |
D | ihevc_quant_iquant_ssd.c | 165 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_ssd() 353 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant() 533 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_ssd_rdoq() 540 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_ssd_rdoq() 677 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_rdoq() 683 pi2_quant_coeff[j] * g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_rdoq() 870 g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_ssd_flat_scale_mat() 1011 g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_flat_scale_mat() 1210 g_ihevc_quant_scales[qp_rem], qp_div, in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq() 1216 WORD32 quant_coeff = g_ihevc_quant_scales[qp_rem]; in ihevc_quant_iquant_ssd_flat_scale_mat_rdoq() [all …]
|
D | ihevc_trans_tables.c | 112 const WORD32 g_ihevc_quant_scales[6] = variable
|
D | ihevc_trans_tables.h | 46 extern const WORD32 g_ihevc_quant_scales[6];
|
/external/libhevc/common/arm/ |
D | ihevc_quant_iquant_ssd_neon_intr.c | 107 const int16x4_t sq = vdup_n_s16(g_ihevc_quant_scales[qp_rem]); in ihevc_quant_iquant_ssd_flat_scale_mat_neon() 383 const int16x4_t sq = vdup_n_s16(g_ihevc_quant_scales[qp_rem]); in ihevc_q_iq_ssd_flat_scale_mat_var_rnd_fact_neon()
|