Searched defs:iquant_out (Results 1 - 3 of 3) sorted by relevance

/external/libhevc/common/
H A Dihevc_chroma_iquant_recon.c152 WORD32 iquant_out; local
153 IQUANT_4x4(iquant_out,
157 iquant_out = (iquant_out + 16) >> 5;
159 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]);
264 WORD32 iquant_out; local
265 IQUANT(iquant_out,
269 iquant_out = (iquant_out + 16) >> 5;
271 CLIP_U8(iquant_out
377 WORD32 iquant_out; local
[all...]
H A Dihevc_iquant_recon.c146 WORD32 iquant_out; local
147 IQUANT_4x4(iquant_out,
152 iquant_out = (iquant_out + 16) >> 5;
154 CLIP_U8(iquant_out + pu1_pred[j * pred_strd]);
258 WORD32 iquant_out; local
259 IQUANT_4x4(iquant_out,
263 iquant_out = (iquant_out + 16) >> 5;
265 CLIP_U8(iquant_out
369 WORD32 iquant_out; local
481 WORD32 iquant_out; local
592 WORD32 iquant_out; local
[all...]
/external/libhevc/decoder/
H A Dihevcd_iquant_itrans_recon_ctb.c164 WORD16 iquant_out; local
208 IQUANT_4x4(iquant_out,
216 IQUANT(iquant_out, ps_tu_sblk_coeff_data->ai2_level[0],
221 iquant_out = (iquant_out + 16) >> 5;
229 iquant_out = ps_tu_sblk_coeff_data->ai2_level[0];
231 *pi2_coeff_value = iquant_out;
232 *pi2_tu_coeff = iquant_out;
292 IQUANT_4x4(iquant_out,
303 IQUANT(iquant_out,
[all...]

Completed in 103 milliseconds