Searched refs:fill_v (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 188 uint8_t* fill_v; member 588 … (uint16_t *) ctx->fill_v, mb_count << (4 - ctx->is_422), 16, is_interlaced, is_top_field); in encode_slice() 593 …calc_plane_dct(fdsp, ctx->fill_v, blocks_v, mb_count << (5 - ctx->is_422), mb_count, 1, ctx->is_42… in encode_slice() 883 ctx->fill_v = ctx->fill_u + (DEFAULT_SLICE_MB_WIDTH << 8); in prores_encode_init() 892 ctx->fill_v = ctx->fill_u + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init()
|