Searched defs:a_stride (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | intrax8dsp.c | 344 static void x8_loop_filter(uint8_t *ptr, const ptrdiff_t a_stride, in x8_loop_filter() argument [all...] |
H A D | hevcdsp_template.c | 336 int a_stride, b_stride; in sao_edge_filter() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | buffer_dec.c | 55 const int a_stride = abs(buf->a_stride); in CheckDecBuffer() local 98 int uv_stride = 0, a_stride = 0; in AllocateBuffer() local [all...] |
H A D | idec_dec.c | 716 WebPINewYUVA(uint8_t* luma, size_t luma_size, int luma_stride, uint8_t* u, size_t u_size, int u_stride, uint8_t* v, size_t v_size, int v_stride, uint8_t* a, size_t a_size, int a_stride) WebPINewYUVA() argument 870 WebPIDecGetYUVA(const WebPIDecoder* idec, int* last_y, uint8_t** u, uint8_t** v, uint8_t** a, int* width, int* height, int* stride, int* uv_stride, int* a_stride) WebPIDecGetYUVA() argument
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_enc.c | 97 int a_width, a_stride; in WebPPictureAllocYUVA() local
|
H A D | picture_tools_enc.c | 55 static int SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, in SmoothenBlock() argument 128 const int a_stride = pic->a_stride; in WebPCleanupTransparentArea() local [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hevcdsp_init_neon.c | 185 int a_stride, b_stride; in ff_hevc_sao_edge_filter_neon_8_wrapper() local
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | image_enc.c | 447 const int a_stride = buffer->u.YUVA.a_stride; in WebPWriteAlphaPlane() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | decode.h | 193 int a_stride; // alpha stride member
|
H A D | encode.h | 315 int a_stride; // stride of the alpha plane member
|
Completed in 15 milliseconds