Lines Matching defs:fill_y
186 uint8_t* fill_y;
582 (uint16_t *) ctx->fill_y, mb_count << 4, 16, is_interlaced, is_top_field);
591 calc_plane_dct(fdsp, ctx->fill_y, blocks_y, mb_count << 5, mb_count, 0, 0);
879 ctx->fill_y = av_malloc(4 * (DEFAULT_SLICE_MB_WIDTH << 8));
880 if (!ctx->fill_y)
882 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9);
888 ctx->fill_y = av_malloc(3 * (DEFAULT_SLICE_MB_WIDTH << 9));
889 if (!ctx->fill_y)
891 ctx->fill_u = ctx->fill_y + (DEFAULT_SLICE_MB_WIDTH << 9);
917 av_freep(&ctx->fill_y);