Home | History | Annotate | Download | only in dsp

Lines Matching refs:temp0

29   int temp0, temp1, temp2, temp3, temp4;                                       \
35 temp0 = kYScale * y[0]; \
40 r = VP8Clip8(temp0 + temp1); \
41 g = VP8Clip8(temp0 - temp2); \
42 b = VP8Clip8(temp0 + temp4); \
43 temp0 = kYScale * y[1]; \
48 r = VP8Clip8(temp0 + temp1); \
49 g = VP8Clip8(temp0 - temp2); \
50 b = VP8Clip8(temp0 + temp4); \
65 temp0 = kYScale * y[0]; \
70 r = VP8Clip8(temp0 + temp1); \
71 g = VP8Clip8(temp0 - temp2); \
72 b = VP8Clip8(temp0 + temp4); \