Searched refs:temp00 (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dpostproc_msa.c819 v16u8 temp00, temp01, black_clamp, white_clamp; local
829 temp00 = (pos0 < black_clamp);
830 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00);
835 temp00 = (v16u8)(temp00_s < pos0);
836 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c81 const GLfloat temp00 = LERP(a, v000, v100); local
85 const GLfloat temp0 = LERP(b, temp00, temp10);

Completed in 255 milliseconds