Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Denc_mips_dsp_r2.c1328 #define HORIZONTAL_PASS_WHT(A, B, C, D, TEMP0, TEMP1) \ macro
1366 HORIZONTAL_PASS_WHT( 0, 32, 64, 96, temp0, temp1) in FTransformWHT()
1367 HORIZONTAL_PASS_WHT(128, 160, 192, 224, temp2, temp3) in FTransformWHT()
1368 HORIZONTAL_PASS_WHT(256, 288, 320, 352, temp4, temp5) in FTransformWHT()
1369 HORIZONTAL_PASS_WHT(384, 416, 448, 480, temp6, temp7) in FTransformWHT()
1382 #undef HORIZONTAL_PASS_WHT