Home
last modified time | relevance | path

Searched refs:left_pixel (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/aom_scale/generic/
Daom_scale.c168 unsigned char left_pixel = source[0]; in scale1d_c() local
179 *dest = (unsigned char)((left_modifier * left_pixel + in scale1d_c()
188 left_pixel = source[0]; in scale1d_c()
/external/libvpx/libvpx/vpx_scale/generic/
Dvpx_scale.c165 unsigned char left_pixel = *source; in scale1d_c() local
176 dest[i] = (char)((left_modifier * left_pixel + in scale1d_c()
185 left_pixel = *source; in scale1d_c()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp134 const glw::GLubyte* left_pixel, glw::GLenum right_format, glw::GLenum right_type,
2473 const GLubyte* left_pixel, GLenum right_format, GLenum right_type, in unpackAndComaprePixels() argument
2485 unpackPixel(left_format, left_type, left_pixel, left_red, left_green, left_blue, left_alpha); in unpackAndComaprePixels()