• Home
  • Raw
  • Download

Lines Matching refs:dest_cb

1500                                                 uint8_t *dest_cb,  in mpeg_motion_lowres()  argument
1611 dest_cb += s->uvlinesize; in mpeg_motion_lowres()
1630 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1638 uint8_t *dest_cb, uint8_t *dest_cr, in chroma_4mv_motion_lowres() argument
1681 pix_op[op_index](dest_cb, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
1706 uint8_t *dest_y, uint8_t *dest_cb, 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()
1794 dest_cb += (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
2018 dest_cb= s->dest[1]; in mpv_reconstruct_mb_internal()
2022 dest_cb= s->sc.b_scratchpad+16*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()
2090 add_dequant_dct(s, block[4], 4, dest_cb, uvlinesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2095 … add_dequant_dct(s, block[4], 4, dest_cb, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2097 … add_dequant_dct(s, block[6], 6, dest_cb + dct_offset, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2109 add_dct(s, block[4], 4, dest_cb, uvlinesize); in mpv_reconstruct_mb_internal()
2116 add_dct(s, block[4], 4, dest_cb, dct_linesize); in mpv_reconstruct_mb_internal()
2118 add_dct(s, block[6], 6, dest_cb+dct_offset, dct_linesize); in mpv_reconstruct_mb_internal()
2121 add_dct(s, block[8], 8, dest_cb+block_size, dct_linesize); in mpv_reconstruct_mb_internal()
2123 add_dct(s, block[10], 10, dest_cb+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()
2147 … s->idsp.idct_put(dest_cb, dct_linesize, (int16_t*)(*s->block32)[4]); in mpv_reconstruct_mb_internal()
2149 … s->idsp.idct_put(dest_cb + dct_offset, dct_linesize, (int16_t*)(*s->block32)[6]); in mpv_reconstruct_mb_internal()
2152 … s->idsp.idct_put(dest_cb + act_block_size, dct_linesize, (int16_t*)(*s->block32)[8]); in mpv_reconstruct_mb_internal()
2154 …s->idsp.idct_put(dest_cb + act_block_size + dct_offset, dct_linesize, (int16_t*)(*s->block32)[10]); 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()
2197 put_dct(s, block[4], 4, dest_cb, uvlinesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2202 … put_dct(s, block[4], 4, dest_cb, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2204 … put_dct(s, block[6], 6, dest_cb + dct_offset, dct_linesize, s->chroma_qscale); in mpv_reconstruct_mb_internal()
2216 s->idsp.idct_put(dest_cb, uvlinesize, block[4]); in mpv_reconstruct_mb_internal()
2223 s->idsp.idct_put(dest_cb, dct_linesize, block[4]); in mpv_reconstruct_mb_internal()
2225 s->idsp.idct_put(dest_cb + dct_offset, dct_linesize, block[6]); in mpv_reconstruct_mb_internal()
2228 … s->idsp.idct_put(dest_cb + block_size, dct_linesize, block[8]); in mpv_reconstruct_mb_internal()
2230 … s->idsp.idct_put(dest_cb + block_size + dct_offset, dct_linesize, block[10]); in mpv_reconstruct_mb_internal()
2241 …s->hdsp.put_pixels_tab[s->chroma_x_shift][0](s->dest[1], dest_cb, uvlinesize,16 >> s->chroma_y_shi… in mpv_reconstruct_mb_internal()