Searched refs:left_pixel (Results 1 – 4 of 4) 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/libgav1/libgav1/src/dsp/ |
D | intrapred.cc | 197 const int left_pixel = left[y]; in Paeth() local 206 const int top_dist = std::abs(left_pixel - top_left); in Paeth() 207 const int top_left_dist = std::abs(top[x] + left_pixel - top_left_x2); in Paeth() 211 dst[x] = left_pixel; in Paeth()
|
/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()
|