HomeSort by relevance Sort by last modified time
    Searched refs:rgb_stride (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture_csp.c 151 GammaToLinear((ptr)[rgb_stride]) + \
152 GammaToLinear((ptr)[rgb_stride + step]), 0) \
157 LinearToGamma(GammaToLinear((ptr)[0]) + GammaToLinear((ptr)[rgb_stride]), 1)
162 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
176 int rgb_stride, // bytes per scanline
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
201 const int offset = step * x + y * rgb_stride;
230 a_ptr[step * x + y * rgb_stride];
334 const uint8_t* const rgb, int rgb_stride,
345 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
    [all...]
  /external/webp/src/enc/
picture_csp.c 151 GammaToLinear((ptr)[rgb_stride]) + \
152 GammaToLinear((ptr)[rgb_stride + step]), 0) \
157 LinearToGamma(GammaToLinear((ptr)[0]) + GammaToLinear((ptr)[rgb_stride]), 1)
162 const int src = (2 * (step * (x) + (y) * rgb_stride)); \
176 int rgb_stride, // bytes per scanline
182 const int has_alpha = CheckNonOpaque(a_ptr, width, height, step, rgb_stride);
201 const int offset = step * x + y * rgb_stride;
230 a_ptr[step * x + y * rgb_stride];
334 const uint8_t* const rgb, int rgb_stride,
345 return ImportYUVAFromRGBA(r_ptr, g_ptr, b_ptr, a_ptr, step, rgb_stride,
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_compose.c 59 int rgb_width = 0, rgb_height = 0, rgb_stride = 0; local
109 rgb_stride = rgb_surface->psb_surface->stride;
117 cell_compose_param->Stride = rgb_stride;
  /external/chromium_org/remoting/codec/
video_encoder_vpx.cc 384 const int rgb_stride = frame.stride(); local
397 int rgb_offset = rgb_stride * rect.top() +
400 libyuv::ARGBToI444(rgb_data + rgb_offset, rgb_stride,
411 int rgb_offset = rgb_stride * rect.top() +
415 libyuv::ARGBToI420(rgb_data + rgb_offset, rgb_stride,
  /external/chromium_org/third_party/libwebp/webp/
encode.h 428 // *rgb buffer should have a size of at least height * rgb_stride.
431 WebPPicture* picture, const uint8_t* rgb, int rgb_stride);
  /external/webp/include/webp/
encode.h 428 // *rgb buffer should have a size of at least height * rgb_stride.
431 WebPPicture* picture, const uint8_t* rgb, int rgb_stride);

Completed in 512 milliseconds