Searched refs:dct_y_offset (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dnxhddec.c | 494 int dct_y_offset, dct_x_offset; in dnxhd_decode_macroblock() local 552 dct_y_offset = interlaced_mb ? frame->linesize[0] : (dct_linesize_luma << 3); in dnxhd_decode_macroblock() 557 ctx->idsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, row->blocks[4]); in dnxhd_decode_macroblock() 558 ctx->idsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, row->blocks[5]); in dnxhd_decode_macroblock() 561 dct_y_offset = interlaced_mb ? frame->linesize[1] : (dct_linesize_chroma << 3); in dnxhd_decode_macroblock() 564 ctx->idsp.idct_put(dest_u + dct_y_offset, dct_linesize_chroma, row->blocks[6]); in dnxhd_decode_macroblock() 565 ctx->idsp.idct_put(dest_v + dct_y_offset, dct_linesize_chroma, row->blocks[7]); in dnxhd_decode_macroblock() 570 ctx->idsp.idct_put(dest_y + dct_y_offset, dct_linesize_luma, row->blocks[6]); in dnxhd_decode_macroblock() 571 ctx->idsp.idct_put(dest_y + dct_y_offset + dct_x_offset, dct_linesize_luma, row->blocks[7]); in dnxhd_decode_macroblock() 574 dct_y_offset in dnxhd_decode_macroblock() [all...] |
H A D | dnxhdenc.c | 685 int dct_y_offset = ctx->dct_y_offset; in dnxhd_get_blocks() local 720 dct_y_offset = bw * linesize; in dnxhd_get_blocks() 747 dct_y_offset = bw * linesize / 2; in dnxhd_get_blocks() 763 ptr_y + dct_y_offset, in dnxhd_get_blocks() 766 ptr_y + dct_y_offset + bw, in dnxhd_get_blocks() 782 ptr_y + dct_y_offset, linesize); in dnxhd_get_blocks() 784 ptr_y + dct_y_offset + bw, linesize); in dnxhd_get_blocks() 793 pdsp->get_pixels(ctx->blocks[6], ptr_y + dct_y_offset, linesize); in dnxhd_get_blocks() 794 pdsp->get_pixels(ctx->blocks[7], ptr_y + dct_y_offset in dnxhd_get_blocks() [all...] |
H A D | dnxhdenc.h | 64 unsigned dct_y_offset; member
|
Completed in 4 milliseconds