Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c43 #define DEFAULT_SLICE_MB_WIDTH 8 macro
554 LOCAL_ALIGNED(16, int16_t, blocks_y, [DEFAULT_SLICE_MB_WIDTH << 8]); in encode_slice()
555 LOCAL_ALIGNED(16, int16_t, blocks_u, [DEFAULT_SLICE_MB_WIDTH << 8]); in encode_slice()
556 LOCAL_ALIGNED(16, int16_t, blocks_v, [DEFAULT_SLICE_MB_WIDTH << 8]); in encode_slice()
681 for (i = av_log2(DEFAULT_SLICE_MB_WIDTH); i >= 0; --i) { in prores_encode_picture()
692 int slice_mb_count = DEFAULT_SLICE_MB_WIDTH; in prores_encode_picture()
716 buf[7] = av_log2(DEFAULT_SLICE_MB_WIDTH) << 4; /* number of slices */ in prores_encode_picture()
879 ctx->fill_y = av_malloc(4 * (DEFAULT_SLICE_MB_WIDTH << 8)); in prores_encode_init()
882 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init()
883 ctx->fill_v = ctx->fill_u + (DEFAULT_SLICE_MB_WIDTH << in prores_encode_init()
[all...]

Completed in 3 milliseconds