Searched defs:y_size (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | smcenc.c | 154 const int y_size = FFMIN(4, height - cur_y); in smc_encode_stream() local 181 const int y_size = FFMIN(4, height - cur_y); in smc_encode_stream() local 210 const int y_size = FFMIN(4, height - cur_y); in smc_encode_stream() local
|
D | rpzaenc.c | 422 const int y_size = FFMIN(4, bi->image_height - bi->row * 4); in update_block_in_prev_frame() local 734 int y_size, rgb555; in rpza_encode_stream() local
|
D | mpegvideo.c | 353 int y_size = s->b8_stride * (2 * s->mb_height + 1); in init_duplicate_context() local 527 int y_size, c_size, yc_size, i, mb_array_size, mv_table_size, x, y; in ff_mpv_init_context_frame() local
|
D | h264dec.c | 217 int y_size = (2 * h->mb_width + 1) * (2 * h->mb_height + 1); in ff_h264_alloc_tables() local
|
/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/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
|