Searched defs:y_size (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | picture_enc.c | 98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
|
/third_party/ffmpeg/libavcodec/ |
D | rpzaenc.c | 421 const int y_size = FFMIN(4, bi->image_height - bi->row * 4); in update_block_in_prev_frame() local 733 int y_size, rgb555; in rpza_encode_stream() local
|
D | h264dec.c | 226 int y_size = (2 * h->mb_width + 1) * (2 * h->mb_height + 1); in ff_h264_slice_context_init() local
|
D | mpegvideo.c | 361 int y_size = s->b8_stride * (2 * s->mb_height + 1); in init_duplicate_context() local 718 int y_size, c_size, yc_size, i, mb_array_size, mv_table_size, x, y; in init_context_frame() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 194 size_t y_size; // luma plane size member
|
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 41 int y_size; member
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 10505 unsigned int x_size, y_size; in ParseEXRHeader() local
|