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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddnxhdenc.h57 unsigned dct_y_offset; member in struct:DNXHDEncContext
H A Ddnxhddec.c277 int dct_y_offset, dct_x_offset; local
304 dct_y_offset = dct_linesize_luma << 3;
308 ctx->dsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, ctx->blocks[4]);
309 ctx->dsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, ctx->blocks[5]);
312 dct_y_offset = dct_linesize_chroma << 3;
315 ctx->dsp.idct_put(dest_u + dct_y_offset, dct_linesize_chroma, ctx->blocks[6]);
316 ctx->dsp.idct_put(dest_v + dct_y_offset, dct_linesize_chroma, ctx->blocks[7]);
H A Ddnxhdenc.c480 ctx->get_pixels_8x4_sym(ctx->blocks[4], ptr_y + ctx->dct_y_offset, ctx->m.linesize);
481 ctx->get_pixels_8x4_sym(ctx->blocks[5], ptr_y + ctx->dct_y_offset + bw, ctx->m.linesize);
491 dsp->get_pixels(ctx->blocks[4], ptr_y + ctx->dct_y_offset, ctx->m.linesize);
492 dsp->get_pixels(ctx->blocks[5], ptr_y + ctx->dct_y_offset + bw, ctx->m.linesize);
898 ctx->thread[i]->dct_y_offset = ctx->m.linesize *8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddnxhdenc.h57 unsigned dct_y_offset; member in struct:DNXHDEncContext
H A Ddnxhddec.c331 int dct_y_offset, dct_x_offset; local
371 dct_y_offset = dct_linesize_luma << 3;
376 ctx->idsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, ctx->blocks[4]);
377 ctx->idsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, ctx->blocks[5]);
380 dct_y_offset = dct_linesize_chroma << 3;
383 ctx->idsp.idct_put(dest_u + dct_y_offset, dct_linesize_chroma, ctx->blocks[6]);
384 ctx->idsp.idct_put(dest_v + dct_y_offset, dct_linesize_chroma, ctx->blocks[7]);
389 ctx->idsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, ctx->blocks[6]);
390 ctx->idsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, ctx->blocks[7]);
393 dct_y_offset
[all...]
H A Ddnxhdenc.c575 ptr_y + ctx->dct_y_offset,
578 ptr_y + ctx->dct_y_offset + bw,
594 ptr_y + ctx->dct_y_offset, ctx->m.linesize);
596 ptr_y + ctx->dct_y_offset + bw, ctx->m.linesize);
1035 ctx->thread[i]->dct_y_offset = ctx->m.linesize *8;

Completed in 58 milliseconds