Home
last modified time | relevance | path

Searched defs:a_stride (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dintrax8dsp.c344 static void x8_loop_filter(uint8_t *ptr, const ptrdiff_t a_stride, in x8_loop_filter() argument
[all...]
H A Dhevcdsp_template.c336 int a_stride, b_stride; in sao_edge_filter() local
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dbuffer_dec.c55 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 Didec_dec.c716 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 Dpicture_enc.c97 int a_width, a_stride; in WebPPictureAllocYUVA() local
H A Dpicture_tools_enc.c55 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 Dhevcdsp_init_neon.c185 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 Dimage_enc.c447 const int a_stride = buffer->u.YUVA.a_stride; in WebPWriteAlphaPlane() local
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h193 int a_stride; // alpha stride member
H A Dencode.h315 int a_stride; // stride of the alpha plane member

Completed in 15 milliseconds