Searched refs:left_pixel (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 168 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/ |
D | vpx_scale.c | 165 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/ |
D | gl4cCopyImageTests.cpp | 134 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()
|