Home
last modified time | relevance | path

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

/third_party/ffmpeg/libpostproc/
Dpostprocess_altivec_template.c306 const vector signed short temp01 = vec_mladd(v_first, (vector signed short)v_4, vb1); in doVertLowPass_altivec() local
308 const vector signed short temp03 = vec_add(temp01, (vector signed short)v_4); in doVertLowPass_altivec()
/third_party/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()