Searched refs:argb_stride (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_to_argb.cc34 uint8* crop_argb, int argb_stride,
56 int tmp_argb_stride = argb_stride;
76 argb_stride = crop_width;
84 crop_argb, argb_stride,
90 crop_argb, argb_stride,
96 crop_argb, argb_stride,
102 crop_argb, argb_stride,
108 crop_argb, argb_stride,
114 crop_argb, argb_stride,
120 crop_argb, argb_stride,
33 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...]
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...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_to_argb.cc34 uint8* crop_argb, int argb_stride,
56 int tmp_argb_stride = argb_stride;
76 argb_stride = crop_width;
84 crop_argb, argb_stride,
90 crop_argb, argb_stride,
96 crop_argb, argb_stride,
102 crop_argb, argb_stride,
108 crop_argb, argb_stride,
114 crop_argb, argb_stride,
120 crop_argb, argb_stride,
33 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...]
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...]
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c84 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
85 (uint8_t*)dst->argb, 4 * dst->argb_stride,
123 dst->argb = src->argb + top * src->argb_stride + left;
124 dst->argb_stride = src->argb_stride;
161 (const uint8_t*)(pic->argb + top * pic->argb_stride + left);
162 CopyPlane(src, pic->argb_stride * 4,
163 (uint8_t*)tmp.argb, tmp.argb_stride * 4,
198 WebPMultARGBRows((uint8_t*)pic->argb, pic->argb_stride * sizeof(*pic->argb),
273 pic->argb_stride *
[all...]
H A Dpicture_csp.c66 argb += picture->argb_stride;
259 return ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride,
291 const int argb_stride = 4 * picture->argb_stride; local
299 dst += argb_stride;
307 dst, dst + argb_stride, width);
309 dst += 2 * argb_stride;
318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride;
352 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
H A Dpicture_tools.c80 const int off = (y * pic->argb_stride + x) * SIZE;
81 if (is_transparent_argb_area(pic->argb + off, pic->argb_stride, SIZE)) {
86 flatten_argb(pic->argb + off, argb_value, pic->argb_stride, SIZE);
198 argb += pic->argb_stride;
H A Dpicture.c50 picture->argb_stride = 0;
85 picture->argb_stride = width;
H A Dvp8l.c84 argb += pic->argb_stride;
102 int width, int height, int argb_stride,
130 argb += argb_stride;
163 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride,
961 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1086 picture->argb + y * picture->argb_stride,
101 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, double* const nonpredicted_bits, double* const predicted_bits) argument
H A Dalpha.c74 dst += picture.argb_stride;
/external/webp/src/enc/
H A Dpicture_rescale.c84 CopyPlane((const uint8_t*)src->argb, 4 * src->argb_stride,
85 (uint8_t*)dst->argb, 4 * dst->argb_stride,
123 dst->argb = src->argb + top * src->argb_stride + left;
124 dst->argb_stride = src->argb_stride;
161 (const uint8_t*)(pic->argb + top * pic->argb_stride + left);
162 CopyPlane(src, pic->argb_stride * 4,
163 (uint8_t*)tmp.argb, tmp.argb_stride * 4,
198 WebPMultARGBRows((uint8_t*)pic->argb, pic->argb_stride * sizeof(*pic->argb),
273 pic->argb_stride *
[all...]
H A Dpicture_csp.c66 argb += picture->argb_stride;
259 return ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride,
291 const int argb_stride = 4 * picture->argb_stride; local
299 dst += argb_stride;
307 dst, dst + argb_stride, width);
309 dst += 2 * argb_stride;
318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride;
352 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
H A Dpicture_tools.c80 const int off = (y * pic->argb_stride + x) * SIZE;
81 if (is_transparent_argb_area(pic->argb + off, pic->argb_stride, SIZE)) {
86 flatten_argb(pic->argb + off, argb_value, pic->argb_stride, SIZE);
198 argb += pic->argb_stride;
H A Dpicture.c50 picture->argb_stride = 0;
85 picture->argb_stride = width;
H A Dvp8l.c84 argb += pic->argb_stride;
102 int width, int height, int argb_stride,
130 argb += argb_stride;
163 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride,
961 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1086 picture->argb + y * picture->argb_stride,
101 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, double* const nonpredicted_bits, double* const predicted_bits) argument
H A Dalpha.c74 dst += picture.argb_stride;
/external/libyuv/files/source/
H A Dconvert_argb.cc835 int argb_stride; member in struct:libyuv::ARGBBuffers
848 dest->argb, dest->argb_stride,
850 dest->argb += rows * dest->argb_stride;
862 dest->argb, dest->argb_stride,
864 dest->argb += rows * dest->argb_stride;
876 dest->argb, dest->argb_stride,
878 dest->argb += rows * dest->argb_stride;
890 dest->argb, dest->argb_stride,
892 dest->argb += rows * dest->argb_stride;
902 dest->argb, dest->argb_stride,
911 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
1001 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* dst_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int dst_width, int dst_height, RotationMode rotation, uint32 format) argument
[all...]
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
303 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
303 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h278 uint8* argb, int argb_stride,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h349 uint8* argb, int argb_stride,
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dplanar_functions.h349 uint8* argb, int argb_stride,

Completed in 1074 milliseconds