Searched refs:ptr_cb (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_common.h247 uint8_t *ptr_y, *ptr_cb, *ptr_cr; local
309 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x;
328 ptr_cb, s->uvlinesize,
337 ptr_cb= uvbuf;
350 ptr_cb+= s->uvlinesize;
358 (dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift);
476 uint8_t *ptr_y, *ptr_cb, *ptr_cr; local
512 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x;
523 ff_emulated_edge_mc(uvbuf, ptr_cb, s->uvlinesize,
531 ptr_cb
[all...]
H A Dmpegvideo_enc.c1444 uint8_t *ptr_y, *ptr_cb, *ptr_cr; local
1482 ptr_cb = s->new_picture.data[1] + (mb_y * mb_block_height * wrap_c) + mb_x * 8;
1489 ff_emulated_edge_mc(ebuf+18*wrap_y , ptr_cb, wrap_c, 8, mb_block_height, mb_x*8, mb_y*8, s->width>>1, s->height>>1);
1490 ptr_cb= ebuf+18*wrap_y;
1526 s->dsp.get_pixels(s->block[4], ptr_cb, wrap_c);
1529 s->dsp.get_pixels(s->block[6], ptr_cb + (dct_offset>>1), wrap_c);
1592 s->dsp.diff_pixels(s->block[4], ptr_cb, dest_cb, wrap_c);
1595 s->dsp.diff_pixels(s->block[6], ptr_cb + (dct_offset>>1), dest_cb + (dct_offset>>1), wrap_c);
1606 if(s->dsp.sad[1](NULL, ptr_cb , dest_cb , wrap_c, 8) < 20*s->qscale) skip_dct[4]= 1;
1609 if(s->dsp.sad[1](NULL, ptr_cb
[all...]
H A Dasv1.c370 uint8_t *ptr_cb = a->picture.data[1] + (mb_y * 8 * a->picture.linesize[1]) + mb_x * 8; local
381 a->dsp.get_pixels(block[4], ptr_cb, a->picture.linesize[1]);
H A Dmpegvideo.c1406 uint8_t *ptr_y, *ptr_cb, *ptr_cr; local
1452 ptr_cb = ref_picture[1] + uvsrc_y * uvlinesize + uvsrc_x;
1462 ff_emulated_edge_mc(uvbuf , ptr_cb, s->uvlinesize, 9, 9+field_based,
1466 ptr_cb= uvbuf;
1479 ptr_cb+= s->uvlinesize;
1490 pix_op[lowres](dest_cb, ptr_cb, uvlinesize, h >> s->chroma_y_shift, uvsx, uvsy);

Completed in 289 milliseconds