Home
last modified time | relevance | path

Searched defs:y_size (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dsmcenc.c154 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
Drpzaenc.c422 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
Dmpegvideo.c353 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
Dh264dec.c217 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/
Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dbuffer_dec.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h194 size_t y_size; // luma plane size member
/third_party/ffmpeg/libavfilter/
Daf_adeclick.c41 int y_size; member
/third_party/astc-encoder/Source/
Dtinyexr.h10505 unsigned int x_size, y_size; in ParseEXRHeader() local