Searched refs:VERTICAL_PASS_WHT (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | enc_mips_dsp_r2.c | 1347 #define VERTICAL_PASS_WHT(A, B, C, D, TEMP0, TEMP2, TEMP4, TEMP6) \ macro 1370 VERTICAL_PASS_WHT(0, 8, 16, 24, temp0, temp2, temp4, temp6) in FTransformWHT() 1371 VERTICAL_PASS_WHT(4, 12, 20, 28, temp1, temp3, temp5, temp7) in FTransformWHT() 1381 #undef VERTICAL_PASS_WHT
|