Searched refs:temp01 (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
831 temp01 = (pos1 < black_clamp);
832 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01);
838 temp01 = (temp01_s < pos1);
839 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01);
/external/mesa3d/src/mesa/swrast/
H A Ds_texfilter.c83 const GLfloat temp01 = LERP(a, v001, v101); local
86 const GLfloat temp1 = LERP(b, temp01, temp11);

Completed in 388 milliseconds