Searched refs:next_picture_ptr (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Drv34.c669 srcY = dir ? s->next_picture_ptr->data[0] : s->last_picture_ptr->data[0];
670 srcU = dir ? s->next_picture_ptr->data[1] : s->last_picture_ptr->data[1];
671 srcV = dir ? s->next_picture_ptr->data[2] : s->last_picture_ptr->data[2];
789 next_bt = s->next_picture_ptr->mb_type[s->mb_x + s->mb_y * s->mb_stride];
797 s->current_picture_ptr->motion_val[l][mv_pos + i + j*s->b8_stride][k] = calc_add_mv(r, l, s->next_picture_ptr->motion_val[0][mv_pos + i + j*s->b8_stride][k]);
1386 if (s->low_delay==0 && s->next_picture_ptr) {
1387 *pict= *(AVFrame*)s->next_picture_ptr;
1388 s->next_picture_ptr= NULL;
H A Dh263dec.c354 if (s->low_delay==0 && s->next_picture_ptr) {
355 *pict= *(AVFrame*)s->next_picture_ptr;
356 s->next_picture_ptr= NULL;
H A Dmpegvideo.c678 s->next_picture_ptr=
840 if (s->pict_type != FF_B_TYPE && s->last_picture_ptr && s->last_picture_ptr != s->next_picture_ptr && s->last_picture_ptr->data[0]) {
848 if(s->picture[i].data[0] && &s->picture[i] != s->next_picture_ptr && s->picture[i].reference){
898 s->last_picture_ptr= s->next_picture_ptr;
900 s->next_picture_ptr= s->current_picture_ptr;
902 /* av_log(s->avctx, AV_LOG_DEBUG, "L%p N%p C%p L%p N%p C%p type:%d drop:%d\n", s->last_picture_ptr, s->next_picture_ptr,s->current_picture_ptr,
904 s->next_picture_ptr ? s->next_picture_ptr->data[0] : NULL,
909 if(s->next_picture_ptr) ff_copy_picture(&s->next_picture, s->next_picture_ptr);
[all...]
H A Dsvq3.c900 if (s->next_picture_ptr && !s->low_delay) {
902 s->next_picture_ptr = NULL;
H A Dmpeg12.c2269 if (s2->low_delay==0 && s2->next_picture_ptr) {
2270 *picture= *(AVFrame*)s2->next_picture_ptr;
2271 s2->next_picture_ptr= NULL;
2385 if(s2->next_picture_ptr==NULL){
H A Dmpegvideo.h277 Picture *next_picture_ptr; ///< pointer to the next picture (for bidir pred) member in struct:MpegEncContext
H A Dvc1.c4150 if (s->low_delay==0 && s->next_picture_ptr) {
4151 *pict= *(AVFrame*)s->next_picture_ptr;
4152 s->next_picture_ptr= NULL;
H A Dmpegvideo_enc.c920 p_lambda= s->last_lambda_for[FF_P_TYPE]; //s->next_picture_ptr->quality;
943 Picture pre_input, *pre_input_ptr= i ? s->input_picture[i-1] : s->next_picture_ptr;
1024 if(/*s->picture_in_gop_number >= s->gop_size ||*/ s->next_picture_ptr==NULL || s->intra_only){
1032 if(s->picture_in_gop_number < s->gop_size && skip_check(s, s->input_picture[0], s->next_picture_ptr)){
H A Dh264.c3951 s->next_picture_ptr= &h->ref_list[1][0];
3952 ff_copy_picture(&s->next_picture, s->next_picture_ptr);

Completed in 257 milliseconds