Searched refs:i4_x7 (Results 1 – 2 of 2) sorted by relevance
/external/libavc/common/ |
D | ih264_ihadamard_scaling.c | 162 WORD32 i4_x0,i4_x1,i4_x2,i4_x3,i4_x4,i4_x5,i4_x6,i4_x7; in ih264_ihadamard_scaling_2x2_uv() local 170 i4_x7 = pi2_src[3]; in ih264_ihadamard_scaling_2x2_uv() 174 i4_x2 = i4_x6 + i4_x7; in ih264_ihadamard_scaling_2x2_uv() 175 i4_x3 = i4_x6 - i4_x7; in ih264_ihadamard_scaling_2x2_uv() 180 i4_x7 = i4_x1-i4_x3; in ih264_ihadamard_scaling_2x2_uv() 185 INV_QUANT(i4_x7,pu2_iscal_mat[0],pu2_weigh_mat[0],u4_qp_div_6,0,5); in ih264_ihadamard_scaling_2x2_uv() 190 pi2_out[3] = i4_x7; in ih264_ihadamard_scaling_2x2_uv()
|
/external/libavc/common/arm/ |
D | ih264_ihadamard_scaling_a9.s | 234 vsub.s32 q1, q1, q2 @i4_x6 = i4_x0-i4_x2;.. i4_x7 243 vmovn.s32 d19, q8 @i4_x6 i4_x7 i4_y6 i4_y7
|