Home
last modified time | relevance | path

Searched refs:C64YRES (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Da64multienc.c44 #define C64YRES 200 macro
77 int height = FFMIN(avctx->height, C64YRES); in to_meta_with_crop()
81 for (blocky = 0; blocky < C64YRES; blocky += 8) { in to_meta_with_crop()
83 for (y = blocky; y < blocky + 8 && y < C64YRES; y++) { in to_meta_with_crop()
299 b_height = FFMIN(avctx->height,C64YRES) >> 3; in a64multi_encode_frame()
303 b_height = C64YRES >> 3; in a64multi_encode_frame()

Completed in 1 milliseconds