Searched refs:g_ihevc_iquant_scales (Results 1 – 7 of 7) sorted by relevance
/external/libhevc/common/ |
D | ihevc_iquant_itrans_recon.c | 160 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 164 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 170 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 174 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 180 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 184 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 190 pi2_dequant_coeff[1 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 201 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 205 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() 209 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_itrans_recon_4x4_ttype1() [all …]
|
D | ihevc_chroma_iquant_itrans_recon.c | 169 pi2_dequant_coeff[1 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_itrans_recon_4x4() 173 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_itrans_recon_4x4() 183 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_itrans_recon_4x4() 187 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_itrans_recon_4x4()
|
D | ihevc_iquant_recon.c | 149 … pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_recon_4x4_ttype1() 261 … pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_recon_4x4() 372 pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_recon_8x8() 484 pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_recon_16x16() 595 pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_iquant_recon_32x32()
|
D | ihevc_chroma_iquant_recon.c | 155 … pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_recon_4x4() 267 pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_recon_8x8() 380 pi2_dequant_coeff[j * trans_size] * g_ihevc_iquant_scales[qp_rem], in ihevc_chroma_iquant_recon_16x16()
|
D | ihevc_trans_tables.c | 91 const WORD32 g_ihevc_iquant_scales[6] = variable
|
D | ihevc_trans_tables.h | 40 extern const WORD32 g_ihevc_iquant_scales[6];
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 211 * g_ihevc_iquant_scales[qp_rem], in ihevcd_unpack_coeffs() 217 pi2_dequant_matrix[0] * g_ihevc_iquant_scales[qp_rem], in ihevcd_unpack_coeffs() 297 * g_ihevc_iquant_scales[qp_rem], in ihevcd_unpack_coeffs() 308 * g_ihevc_iquant_scales[qp_rem], in ihevcd_unpack_coeffs()
|