Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c186 uint8_t* fill_y; member
582 (uint16_t *) ctx->fill_y, mb_count << 4, 16, is_interlaced, is_top_field); in encode_slice()
591 calc_plane_dct(fdsp, ctx->fill_y, blocks_y, mb_count << 5, mb_count, 0, 0); in encode_slice()
879 ctx->fill_y = av_malloc(4 * (DEFAULT_SLICE_MB_WIDTH << 8)); in prores_encode_init()
880 if (!ctx->fill_y) in prores_encode_init()
882 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init()
888 ctx->fill_y = av_malloc(3 * (DEFAULT_SLICE_MB_WIDTH << 9)); in prores_encode_init()
889 if (!ctx->fill_y) in prores_encode_init()
891 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init()
917 av_freep(&ctx->fill_y); in prores_encode_close()
[all...]

Completed in 2 milliseconds