HomeSort by relevance Sort by last modified time
    Searched full:tmp0_l (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vpx_dsp/mips/
loopfilter_16_msa.c 90 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; local
135 tmp0_l = p7_l_in << 3;
136 tmp0_l -= p7_l_in;
137 tmp0_l += p6_l_in;
138 tmp0_l += q0_l_in;
145 tmp1_l += tmp0_l;
162 tmp0_l = p5_l_in - p6_l_in;
163 tmp0_l += q1_l_in;
164 tmp0_l -= p7_l_in;
165 tmp1_l += tmp0_l;
1146 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; local
    [all...]

Completed in 73 milliseconds