Searched refs:shift_iq (Results 1 – 6 of 6) sorted by relevance
/external/libhevc/common/ |
D | ihevc_iquant_itrans_recon.c | 129 WORD32 shift_iq; in ihevc_iquant_itrans_recon_4x4_ttype1() local 137 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_iquant_itrans_recon_4x4_ttype1() 161 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 165 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 171 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 175 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 181 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 185 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 191 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() 202 shift_iq, qp_div); in ihevc_iquant_itrans_recon_4x4_ttype1() [all …]
|
D | ihevc_iquant_recon.c | 121 WORD32 shift_iq; in ihevc_iquant_recon_4x4_ttype1() local 129 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_iquant_recon_4x4_ttype1() 150 shift_iq, qp_div); in ihevc_iquant_recon_4x4_ttype1() 233 WORD32 shift_iq; in ihevc_iquant_recon_4x4() local 241 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_iquant_recon_4x4() 262 shift_iq, qp_div); in ihevc_iquant_recon_4x4() 344 WORD32 shift_iq; in ihevc_iquant_recon_8x8() local 352 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_iquant_recon_8x8() 373 shift_iq, qp_div); in ihevc_iquant_recon_8x8() 456 WORD32 shift_iq; in ihevc_iquant_recon_16x16() local [all …]
|
D | ihevc_chroma_iquant_recon.c | 127 WORD32 shift_iq; in ihevc_chroma_iquant_recon_4x4() local 135 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_chroma_iquant_recon_4x4() 156 shift_iq, qp_div); in ihevc_chroma_iquant_recon_4x4() 239 WORD32 shift_iq; in ihevc_chroma_iquant_recon_8x8() local 247 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_chroma_iquant_recon_8x8() 268 shift_iq, qp_div); in ihevc_chroma_iquant_recon_8x8() 352 WORD32 shift_iq; in ihevc_chroma_iquant_recon_16x16() local 360 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_chroma_iquant_recon_16x16() 381 shift_iq, qp_div); in ihevc_chroma_iquant_recon_16x16()
|
D | ihevc_trans_macros.h | 140 …/*pi2_dequant_coeff[index*trans_size] * g_ihevc_iquant_scales[qp_rem] */, shift_iq, qp_div) \ argument 144 …add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed onc… 148 …tmp = SHR_NEG(tmp,(shift_iq - qp_div)); … 158 …eff /*pi2_dequant_coeff[index*trans_size] * g_ihevc_iquant_scales[qp_rem] */, shift_iq, qp_div) \ argument 164 …add_iq = SHL_NEG(1 , (shift_iq - qp_div - 1)); /* To be moved outside in neon. To be computed onc… 167 …if(qp_div > shift_iq) … 177 …tmp = SHR_NEG(tmp,(shift_iq - qp_div)); …
|
D | ihevc_chroma_iquant_itrans_recon.c | 138 WORD32 shift_iq; in ihevc_chroma_iquant_itrans_recon_4x4() local 146 shift_iq = bit_depth + log2_trans_size - 5; in ihevc_chroma_iquant_itrans_recon_4x4() 170 shift_iq, qp_div); in ihevc_chroma_iquant_itrans_recon_4x4() 174 shift_iq, qp_div); in ihevc_chroma_iquant_itrans_recon_4x4() 184 shift_iq, qp_div); in ihevc_chroma_iquant_itrans_recon_4x4() 188 shift_iq, qp_div); in ihevc_chroma_iquant_itrans_recon_4x4()
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 165 WORD32 shift_iq; in ihevcd_unpack_coeffs() local 170 shift_iq = bit_depth + log2_trans_size - 5; in ihevcd_unpack_coeffs() 212 shift_iq, qp_div); in ihevcd_unpack_coeffs() 218 shift_iq, qp_div); in ihevcd_unpack_coeffs() 298 shift_iq, qp_div); in ihevcd_unpack_coeffs() 309 shift_iq, qp_div); in ihevcd_unpack_coeffs()
|