HomeSort by relevance Sort by last modified time
    Searched refs:HORIZONTAL_PASS (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
enc_mips32.c 61 #define HORIZONTAL_PASS(A, TEMP0, TEMP4, TEMP8, TEMP12) \
130 HORIZONTAL_PASS(0, temp0, temp4, temp8, temp12)
131 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13)
132 HORIZONTAL_PASS(2, temp2, temp6, temp10, temp14)
133 HORIZONTAL_PASS(3, temp3, temp7, temp11, temp15)
156 #undef HORIZONTAL_PASS
256 #define HORIZONTAL_PASS(A, E, F, G, H, E1, F1, G1, H1) \
370 HORIZONTAL_PASS(0, 0, 4, 8, 12, 64, 68, 72, 76)
371 HORIZONTAL_PASS(1, 16, 20, 24, 28, 80, 84, 88, 92)
372 HORIZONTAL_PASS(2, 32, 36, 40, 44, 96, 100, 104, 108
    [all...]
enc_mips_dsp_r2.c 79 #define HORIZONTAL_PASS(A, TEMP0, TEMP1, TEMP2, TEMP3) \
154 HORIZONTAL_PASS(0, temp0, temp1, temp2, temp3)
155 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7)
156 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
157 HORIZONTAL_PASS(3, temp12, temp13, temp14, temp15)
171 #undef HORIZONTAL_PASS
    [all...]

Completed in 194 milliseconds