Home
last modified time | relevance | path

Searched refs:left_pixel (Results 1 – 4 of 4) 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/libgav1/libgav1/src/dsp/
Dintrapred.cc197 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/
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()