Searched defs:a_stride (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/ |
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
|
D | idec_dec.c | 719 uint8_t* a, size_t a_size, int a_stride) { in WebPINewYUVA() 873 int* stride, int* uv_stride, int* a_stride) { in WebPIDecGetYUVA()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_tools_enc.c | 55 static int SmoothenBlock(const uint8_t* a_ptr, int a_stride, uint8_t* y_ptr, in SmoothenBlock() 128 const int a_stride = pic->a_stride; in WebPCleanupTransparentArea() local
|
D | picture_enc.c | 97 int a_width, a_stride; in WebPPictureAllocYUVA() local
|
/third_party/ffmpeg/libavcodec/arm/ |
D | hevcdsp_init_neon.c | 185 int a_stride, b_stride; in ff_hevc_sao_edge_filter_neon_8_wrapper() local
|
/third_party/ffmpeg/libavcodec/ |
D | intrax8dsp.c | 344 static void x8_loop_filter(uint8_t *ptr, const ptrdiff_t a_stride, in x8_loop_filter()
|
D | hevcdsp_template.c | 336 int a_stride, b_stride; in FUNC() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 193 int a_stride; // alpha stride member
|
D | encode.h | 315 int a_stride; // stride of the alpha plane member
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | image_enc.c | 447 const int a_stride = buffer->u.YUVA.a_stride; in WebPWriteAlphaPlane() local
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 1476 unsigned a_stride = a.info.stride * (a.info.rc.is_subdword() ? 1 : 4); in compact_relocate_vars() local
|