Home
last modified time | relevance | path

Searched refs:temp01 (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
41 temp01 = (pos1 < black_clamp); in aom_plane_add_noise_msa()
42 pos1 = __msa_bmnz_v(pos1, black_clamp, temp01); in aom_plane_add_noise_msa()
48 temp01 = (temp01_s < pos1); in aom_plane_add_noise_msa()
49 pos1 = (v16u8)__msa_bmnz_v((v16u8)pos1, (v16u8)temp01_s, temp01); in aom_plane_add_noise_msa()
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c85 const GLfloat temp01 = LERP(a, v001, v101); in lerp_3d() local
88 const GLfloat temp1 = LERP(b, temp01, temp11); in lerp_3d()