Searched refs:temp00 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | postproc_msa.c | 819 v16u8 temp00, temp01, black_clamp, white_clamp; in vp8_plane_add_noise_msa() local 829 temp00 = (pos0 < black_clamp); in vp8_plane_add_noise_msa() 830 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00); in vp8_plane_add_noise_msa() 835 temp00 = (v16u8)(temp00_s < pos0); in vp8_plane_add_noise_msa() 836 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00); in vp8_plane_add_noise_msa()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_texfilter.c | 81 const GLfloat temp00 = LERP(a, v000, v100); in lerp_3d() local 85 const GLfloat temp0 = LERP(b, temp00, temp10); in lerp_3d()
|