Searched refs:dest_cb (Results 26 - 31 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Derror_resilience.c58 static void put_dc(ERContext *s, uint8_t *dest_y, uint8_t *dest_cb, argument
88 dest_cb[x + y * linesize[1]] = dcu / 8;
1199 uint8_t *dest_y, *dest_cb, *dest_cr; local
1211 dest_cb = s->cur_pic.f->data[1] + mb_x * 8 + mb_y * 8 * linesize[1];
1230 dcu += dest_cb[x + y * linesize[1]];
1252 uint8_t *dest_y, *dest_cb, *dest_cr; local
1264 dest_cb = s->cur_pic.f->data[1] + mb_x * 8 + mb_y * 8 * linesize[1];
1267 put_dc(s, dest_y, dest_cb, dest_cr, mb_x, mb_y);
H A Dmpegvideo_enc.c2141 uint8_t *dest_y, *dest_cb, *dest_cr; local
2144 dest_cb = s->dest[1];
2156 ff_MPV_motion(s, dest_y, dest_cb, dest_cr, 0,
2163 ff_MPV_motion(s, dest_y, dest_cb, dest_cr, 1,
2213 s->pdsp.diff_pixels(s->block[4], ptr_cb, dest_cb, wrap_c);
2217 dest_cb + uv_dct_offset, wrap_c);
2239 if (s->dsp.sad[1](NULL, ptr_cb, dest_cb,
2247 dest_cb + uv_dct_offset,
H A Dh264_slice.c2234 uint8_t *dest_y, *dest_cb, *dest_cr; local
2258 dest_cb = h->cur_pic.f.data[1] +
2271 dest_cb -= h->uvlinesize * (block_h - 1);
2278 backup_mb_border(h, dest_y, dest_cb, dest_cr, linesize,
2286 ff_h264_filter_mb(h, mb_x, mb_y, dest_y, dest_cb, dest_cr,
2289 ff_h264_filter_mb_fast(h, mb_x, mb_y, dest_y, dest_cb,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h834 void ff_wmv2_add_mb(MpegEncContext *s, DCTELEM block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr);
836 uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr,
H A Dasv1.c351 uint8_t *dest_cb = a->picture.data[1] + (mb_y * 8 * a->picture.linesize[1]) + mb_x * 8; local
360 a->dsp.idct_put(dest_cb, a->picture.linesize[1], block[4]);
H A Dmpegvideo_enc.c1849 uint8_t *dest_y, *dest_cb, *dest_cr; local
1852 dest_cb = s->dest[1];
1864 MPV_motion(s, dest_y, dest_cb, dest_cr, 0, s->last_picture.f.data,
1870 MPV_motion(s, dest_y, dest_cb, dest_cr, 1, s->next_picture.f.data,
1918 s->dsp.diff_pixels(s->block[4], ptr_cb, dest_cb, wrap_c);
1922 dest_cb + (dct_offset >> 1), wrap_c);
1944 if (s->dsp.sad[1](NULL, ptr_cb, dest_cb,
1952 dest_cb + (dct_offset >> 1),

Completed in 154 milliseconds

12