Home
last modified time | relevance | path

Searched refs:INSERT_HALF_X2 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Ddec_mips_dsp_r2.c99 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in TransformOne()
110 INSERT_HALF_X2(temp11, temp12, temp13, temp14) in TransformOne()
116 INSERT_HALF_X2(temp1, temp6, temp5, temp2) in TransformOne()
119 INSERT_HALF_X2(temp3, temp8, temp17, temp4) in TransformOne()
130 INSERT_HALF_X2(temp1, temp3, temp9, temp13) in TransformOne()
131 INSERT_HALF_X2(temp6, temp8, temp11, temp15) in TransformOne()
Denc_mips_dsp_r2.c187 INSERT_HALF_X2(temp8, temp7, temp10, temp9) in ITransformOne()
198 INSERT_HALF_X2(temp11, temp12, temp13, temp14) in ITransformOne()
204 INSERT_HALF_X2(temp1, temp6, temp5, temp2) in ITransformOne()
207 INSERT_HALF_X2(temp3, temp8, temp17, temp4) in ITransformOne()
218 INSERT_HALF_X2(temp1, temp3, temp9, temp13) in ITransformOne()
219 INSERT_HALF_X2(temp6, temp8, temp11, temp15) in ITransformOne()
Dmips_macro.h77 #define INSERT_HALF_X2(O0, O1, \ macro