Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dproresenc_anatoliy.c189 uint8_t* fill_a; member
645 (uint16_t *) ctx->fill_a, mb_count << 4, 16, is_interlaced, is_top_field); in encode_slice()
646 ret = encode_alpha_slice_data(avctx, ctx->fill_a, mb_count, in encode_slice()
896 ctx->fill_a = av_malloc(DEFAULT_SLICE_MB_WIDTH << 9); /* 8 blocks x 16px x 16px x sizeof (uint16) */ in prores_encode_init()
897 if (!ctx->fill_a) in prores_encode_init()
918 av_freep(&ctx->fill_a); in prores_encode_close()

Completed in 3 milliseconds