OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i4_y5
(Results
1 - 3
of
3
) sorted by null
/external/libavc/common/
ih264_ihadamard_scaling.c
163
WORD32 i4_y0,i4_y1,i4_y2,i4_y3,i4_y4,
i4_y5
,i4_y6,i4_y7;
local
193
i4_y5
= pi2_src[5];
197
i4_y0 = i4_y4 +
i4_y5
;
198
i4_y1 = i4_y4 -
i4_y5
;
203
i4_y5
= i4_y1+i4_y3;
208
INV_QUANT(
i4_y5
,pu2_iscal_mat[0],pu2_weigh_mat[0],u4_qp_div_6,0,5);
213
pi2_out[5] =
i4_y5
;
/external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s
242
vmovn.s32 d18, q7 @i4_x4 i4_x5 i4_y4
i4_y5
/external/libavc/common/armv8/
ih264_ihadamard_scaling_av8.s
242
xtn v0.4h, v2.4s //i4_x4 i4_x5 i4_y4
i4_y5
Completed in 292 milliseconds