Searched defs:argb_stride (Results 1 - 14 of 14) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc227 int argb_stride; member in struct:libyuv::ARGBBuffers
240 dest->argb, dest->argb_stride,
242 dest->argb += rows * dest->argb_stride;
254 dest->argb, dest->argb_stride,
256 dest->argb += rows * dest->argb_stride;
268 dest->argb, dest->argb_stride,
270 dest->argb += rows * dest->argb_stride;
282 dest->argb, dest->argb_stride,
284 dest->argb += rows * dest->argb_stride;
294 dest->argb, dest->argb_stride,
303 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
H A Dconvert_to_argb.cc33 uint8* crop_argb, int argb_stride,
55 int tmp_argb_stride = argb_stride;
75 argb_stride = crop_width;
83 crop_argb, argb_stride,
89 crop_argb, argb_stride,
95 crop_argb, argb_stride,
101 crop_argb, argb_stride,
107 crop_argb, argb_stride,
113 crop_argb, argb_stride,
119 crop_argb, argb_stride,
32 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
/external/libyuv/files/source/
H A Dconvert_jpeg.cc228 int argb_stride; member in struct:libyuv::ARGBBuffers
241 dest->argb, dest->argb_stride,
243 dest->argb += rows * dest->argb_stride;
255 dest->argb, dest->argb_stride,
257 dest->argb += rows * dest->argb_stride;
269 dest->argb, dest->argb_stride,
271 dest->argb += rows * dest->argb_stride;
283 dest->argb, dest->argb_stride,
285 dest->argb += rows * dest->argb_stride;
295 dest->argb, dest->argb_stride,
304 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
H A Dconvert_to_argb.cc33 uint8* crop_argb, int argb_stride,
55 int dest_argb_stride = argb_stride;
75 argb_stride = crop_width * 4;
83 crop_argb, argb_stride,
89 crop_argb, argb_stride,
95 crop_argb, argb_stride,
101 crop_argb, argb_stride,
107 crop_argb, argb_stride,
113 crop_argb, argb_stride,
119 crop_argb, argb_stride,
32 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
/external/webp/src/dsp/
H A Dalpha_processing_sse41.c22 static int ExtractAlpha(const uint8_t* argb, int argb_stride, argument
70 argb += argb_stride;
H A Dalpha_processing.c319 static int ExtractAlpha(const uint8_t* argb, int argb_stride, argument
331 argb += argb_stride;
H A Dalpha_processing_sse2.c101 static int ExtractAlpha(const uint8_t* argb, int argb_stride, argument
138 argb += argb_stride;
/external/opencv3/3rdparty/libwebp/webp/
H A Dencode.h274 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
290 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h296 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
312 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/webp/src/webp/
H A Dencode.h296 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
312 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/opencv3/3rdparty/libwebp/enc/
H A Dpicture.c135 picture->argb_stride = width;
145 picture->argb_stride = 0;
181 picture->argb_stride = tmp.argb_stride;
263 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
264 (uint8_t*)dst->argb, 4 * dst->argb_stride,
311 dst->argb = src->argb + top * src->argb_stride + left;
312 dst->argb_stride = src->argb_stride;
363 (const uint8_t*)(pic->argb + top * pic->argb_stride
783 const int argb_stride = 4 * picture->argb_stride; local
[all...]
H A Dvp8l.c88 argb += pic->argb_stride;
106 int width, int height, int argb_stride,
138 argb += argb_stride;
165 if (!AnalyzeEntropy(pic->argb, pic->width, pic->height, pic->argb_stride,
901 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1012 picture->argb + y * picture->argb_stride,
105 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, double* const nonpredicted_bits, double* const predicted_bits) argument
/external/webp/src/enc/
H A Dpicture_csp.c66 argb += picture->argb_stride;
1002 return ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride,
1043 const int argb_stride = 4 * picture->argb_stride; local
1051 dst += argb_stride;
1059 dst, dst + argb_stride, width);
1061 dst += 2 * argb_stride;
1070 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride;
1107 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
1115 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
[all...]
H A Dvp8l.c166 argb += pic->argb_stride;
227 int width, int height, int argb_stride,
237 const uint32_t* curr_row = argb + argb_stride;
268 curr_row += argb_stride;
398 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride,
1172 picture->argb + y * picture->argb_stride,
1267 const int src_stride = in_place ? enc->current_width_ : pic->argb_stride;
226 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, int use_palette, EntropyIx* const min_entropy_ix, int* const red_and_blue_always_zero) argument

Completed in 1964 milliseconds