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.c1330 #define HORIZONTAL_PASS_WHT(A, B, C, D, TEMP0, TEMP1) \ macro
1368 HORIZONTAL_PASS_WHT( 0, 32, 64, 96, temp0, temp1) in FTransformWHT_MIPSdspR2()
1369 HORIZONTAL_PASS_WHT(128, 160, 192, 224, temp2, temp3) in FTransformWHT_MIPSdspR2()
1370 HORIZONTAL_PASS_WHT(256, 288, 320, 352, temp4, temp5) in FTransformWHT_MIPSdspR2()
1371 HORIZONTAL_PASS_WHT(384, 416, 448, 480, temp6, temp7) in FTransformWHT_MIPSdspR2()
1384 #undef HORIZONTAL_PASS_WHT