Searched refs:fill_u (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresenc_anatoliy.c | 187 uint8_t* fill_u; member 585 … (uint16_t *) ctx->fill_u, mb_count << (4 - ctx->is_422), 16, is_interlaced, is_top_field); in encode_slice() 592 …calc_plane_dct(fdsp, ctx->fill_u, blocks_u, mb_count << (5 - ctx->is_422), mb_count, 1, ctx->is_42… in encode_slice() 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 << 8); in prores_encode_init() 891 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init() 892 ctx->fill_v = ctx->fill_u + (DEFAULT_SLICE_MB_WIDTH << 9); in prores_encode_init()
|