Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/mips/
Dadd_noise_msa.c29 v16u8 temp00, temp01, black_clamp, white_clamp; in aom_plane_add_noise_msa() local
39 temp00 = (pos0 < black_clamp); in aom_plane_add_noise_msa()
40 pos0 = __msa_bmnz_v(pos0, black_clamp, temp00); in aom_plane_add_noise_msa()
45 temp00 = (v16u8)(temp00_s < pos0); in aom_plane_add_noise_msa()
46 pos0 = (v16u8)__msa_bmnz_v((v16u8)pos0, (v16u8)temp00_s, temp00); in aom_plane_add_noise_msa()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c83 const GLfloat temp00 = LERP(a, v000, v100); in lerp_3d() local
87 const GLfloat temp0 = LERP(b, temp00, temp10); in lerp_3d()