Lines Matching refs:dest_cr
1501 uint8_t *dest_cr, in mpeg_motion_lowres() argument
1612 dest_cr += s->uvlinesize; in mpeg_motion_lowres()
1631 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1638 uint8_t *dest_cb, uint8_t *dest_cr, in chroma_4mv_motion_lowres() argument
1691 pix_op[op_index](dest_cr, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
1707 uint8_t *dest_cr, in MPV_motion_lowres() argument
1721 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1746 chroma_4mv_motion_lowres(s, dest_cb, dest_cr, ref_picture, in MPV_motion_lowres()
1752 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1758 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1769 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1787 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1795 dest_cr += (2 * block_s >> s->chroma_y_shift) * s->uvlinesize; in MPV_motion_lowres()
1803 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1814 mpeg_motion_lowres(s, dest_y, dest_cb, dest_cr, in MPV_motion_lowres()
1988 uint8_t *dest_y, *dest_cb, *dest_cr; in mpv_reconstruct_mb_internal() local
2019 dest_cr= s->dest[2]; in mpv_reconstruct_mb_internal()
2023 dest_cr= s->sc.b_scratchpad+32*linesize; in mpv_reconstruct_mb_internal()
2048 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2052 … MPV_motion_lowres(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix); in mpv_reconstruct_mb_internal()
2062 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2067 … ff_mpv_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f->data, op_pix, op_qpix); in mpv_reconstruct_mb_internal()
2091 add_dequant_dct(s, block[5], 5, dest_cr, uvlinesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2096 … add_dequant_dct(s, block[5], 5, dest_cr, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2098 … add_dequant_dct(s, block[7], 7, dest_cr + dct_offset, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2110 add_dct(s, block[5], 5, dest_cr, uvlinesize); in mpv_reconstruct_mb_internal()
2117 add_dct(s, block[5], 5, dest_cr, dct_linesize); in mpv_reconstruct_mb_internal()
2119 add_dct(s, block[7], 7, dest_cr+dct_offset, dct_linesize); in mpv_reconstruct_mb_internal()
2122 add_dct(s, block[9], 9, dest_cr+block_size, dct_linesize); in mpv_reconstruct_mb_internal()
2124 add_dct(s, block[11], 11, dest_cr+block_size+dct_offset, dct_linesize); in mpv_reconstruct_mb_internal()
2130 ff_wmv2_add_mb(s, block, dest_y, dest_cb, dest_cr); in mpv_reconstruct_mb_internal()
2148 … s->idsp.idct_put(dest_cr, dct_linesize, (int16_t*)(*s->block32)[5]); in mpv_reconstruct_mb_internal()
2150 … s->idsp.idct_put(dest_cr + dct_offset, dct_linesize, (int16_t*)(*s->block32)[7]); in mpv_reconstruct_mb_internal()
2153 … s->idsp.idct_put(dest_cr + act_block_size, dct_linesize, (int16_t*)(*s->block32)[9]); in mpv_reconstruct_mb_internal()
2155 …s->idsp.idct_put(dest_cr + act_block_size + dct_offset, dct_linesize, (int16_t*)(*s->block32)[11]); in mpv_reconstruct_mb_internal()
2159 … uint16_t *dest_pcm[3] = {(uint16_t*)dest_y, (uint16_t*)dest_cb, (uint16_t*)dest_cr}; in mpv_reconstruct_mb_internal()
2173 … uint16_t *dest_pcm[3] = {(uint16_t*)dest_y, (uint16_t*)dest_cb, (uint16_t*)dest_cr}; in mpv_reconstruct_mb_internal()
2198 put_dct(s, block[5], 5, dest_cr, uvlinesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2203 … put_dct(s, block[5], 5, dest_cr, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2205 … put_dct(s, block[7], 7, dest_cr + dct_offset, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2217 s->idsp.idct_put(dest_cr, uvlinesize, block[5]); in mpv_reconstruct_mb_internal()
2224 s->idsp.idct_put(dest_cr, dct_linesize, block[5]); in mpv_reconstruct_mb_internal()
2226 s->idsp.idct_put(dest_cr + dct_offset, dct_linesize, block[7]); in mpv_reconstruct_mb_internal()
2229 … s->idsp.idct_put(dest_cr + block_size, dct_linesize, block[9]); in mpv_reconstruct_mb_internal()
2231 … s->idsp.idct_put(dest_cr + block_size + dct_offset, dct_linesize, block[11]); in mpv_reconstruct_mb_internal()
2242 …s->hdsp.put_pixels_tab[s->chroma_x_shift][0](s->dest[2], dest_cr, uvlinesize,16 >> s->chroma_y_shi… in mpv_reconstruct_mb_internal()