OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iquant_out
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/common/
ihevc_iquant_recon.c
146
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
+ pu1_pred[j * pred_strd])
369
WORD32
iquant_out
;
local
481
WORD32
iquant_out
;
local
592
WORD32
iquant_out
;
local
[
all
...]
ihevc_chroma_iquant_recon.c
152
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
+ pu1_pred[j * pred_strd])
377
WORD32
iquant_out
;
local
[
all
...]
/external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c
164
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 66 milliseconds