OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i_z5
(Results
1 - 1
of
1
) sorted by null
/external/libavc/common/
ih264_iquant_itrans_recon.c
340
WORD16 i_z0, i_z1, i_z2, i_z3, i_z4,
i_z5
, i_z6, i_z7;
local
408
i_z5
= (i_y3 >> 2) - i_y5;
423
pi2_tmp_ptr[1] = i_z2 +
i_z5
;
428
pi2_tmp_ptr[6] = i_z2 -
i_z5
;
492
i_z5
= (i_y3 >> 2) - i_y5;
512
i_macro = ((i_z2 +
i_z5
+ 32) >> 6) + *pu1_pred_ptr;
537
i_macro = ((i_z2 -
i_z5
+ 32) >> 6) + *pu1_pred_ptr;
Completed in 285 milliseconds