Searched refs:elinesize (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_kostya.c | 281 ptrdiff_t elinesize; in get_slice_data() local 292 elinesize = linesize; in get_slice_data() 297 elinesize = 16 * sizeof(*emu_buf); in get_slice_data() 316 ctx->fdct(&ctx->fdsp, esrc, elinesize, blocks); in get_slice_data() 319 ctx->fdct(&ctx->fdsp, esrc + 8, elinesize, blocks); in get_slice_data() 322 ctx->fdct(&ctx->fdsp, esrc + elinesize * 4, elinesize, blocks); in get_slice_data() 325 ctx->fdct(&ctx->fdsp, esrc + elinesize * 4 + 8, elinesize, blocks); in get_slice_data() 329 ctx->fdct(&ctx->fdsp, esrc, elinesize, block in get_slice_data() [all...] |
Completed in 2 milliseconds