Searched refs:dct_x_offset (Results 1 - 1 of 1) 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 553 dct_x_offset = 8 << shift1; in dnxhd_decode_macroblock() 556 ctx->idsp.idct_put(dest_y + dct_x_offset, dct_linesize_luma, row->blocks[1]); 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() 569 ctx->idsp.idct_put(dest_y + dct_x_offset, dct_linesize_luma, row->blocks[1]); 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() 576 ctx->idsp.idct_put(dest_u + dct_x_offset, dct_linesize_chroma, row->blocks[3]); in dnxhd_decode_macroblock() 578 ctx->idsp.idct_put(dest_u + dct_y_offset + dct_x_offset, dct_linesize_chroma, row->blocks[9]); in dnxhd_decode_macroblock() 580 ctx->idsp.idct_put(dest_v + dct_x_offset, dct_linesize_chroma, row->blocks[5]); in dnxhd_decode_macroblock() 582 ctx->idsp.idct_put(dest_v + dct_y_offset + dct_x_offset, dct_linesize_chrom in dnxhd_decode_macroblock() [all...] |
Completed in 2 milliseconds