Home
last modified time | relevance | path

Searched refs:i4_x5 (Results 1 – 2 of 2) sorted by relevance

/external/libavc/common/
Dih264_ihadamard_scaling.c162 WORD32 i4_x0,i4_x1,i4_x2,i4_x3,i4_x4,i4_x5,i4_x6,i4_x7; in ih264_ihadamard_scaling_2x2_uv() local
168 i4_x5 = pi2_src[1]; in ih264_ihadamard_scaling_2x2_uv()
172 i4_x0 = i4_x4 + i4_x5; in ih264_ihadamard_scaling_2x2_uv()
173 i4_x1 = i4_x4 - i4_x5; in ih264_ihadamard_scaling_2x2_uv()
178 i4_x5 = i4_x1+i4_x3; in ih264_ihadamard_scaling_2x2_uv()
183 INV_QUANT(i4_x5,pu2_iscal_mat[0],pu2_weigh_mat[0],u4_qp_div_6,0,5); in ih264_ihadamard_scaling_2x2_uv()
188 pi2_out[1] = i4_x5; in ih264_ihadamard_scaling_2x2_uv()
/external/libavc/common/arm/
Dih264_ihadamard_scaling_a9.s228 vaddl.s16 q1, d0, d1 @ i4_x0 = i4_x4 + i4_x5;...x2
229 vsubl.s16 q2, d0, d1 @ i4_x1 = i4_x4 - i4_x5;...x3
233 vadd.s32 q3, q1, q2 @i4_x4 = i4_x0+i4_x2;.. i4_x5
242 vmovn.s32 d18, q7 @i4_x4 i4_x5 i4_y4 i4_y5