OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_y
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libwebp/dec/
webpi.h
33
uint8_t*
tmp_y
, *tmp_u, *tmp_v; // cache for the fancy upsampler
member in struct:WebPDecParams
/external/webp/src/dec/
webpi.h
33
uint8_t*
tmp_y
, *tmp_u, *tmp_v; // cache for the fancy upsampler
member in struct:WebPDecParams
/external/libyuv/files/source/
convert.cc
1746
uint8*
tmp_y
= y;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
matrix.h
158
VGfloat tmp_x = x,
tmp_y
= y;
local
160
*out_x = mat->m[0]*tmp_x + mat->m[3]*
tmp_y
+ mat->m[6];
161
*out_y = mat->m[1]*tmp_x + mat->m[4]*
tmp_y
+ mat->m[7];
163
VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*
tmp_y
+ mat->m[8]);
/external/mesa3d/src/gallium/state_trackers/vega/
matrix.h
158
VGfloat tmp_x = x,
tmp_y
= y;
local
160
*out_x = mat->m[0]*tmp_x + mat->m[3]*
tmp_y
+ mat->m[6];
161
*out_y = mat->m[1]*tmp_x + mat->m[4]*
tmp_y
+ mat->m[7];
163
VGfloat w = 1/(mat->m[2]*tmp_x + mat->m[5]*
tmp_y
+ mat->m[8]);
Completed in 587 milliseconds