• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/

Lines Matching refs:frame_num

941                 if(4*h->ref_list[list][j].frame_num + (h->ref_list[list][j].reference&3) == poc){
964 cur->ref_poc[sidx][list][j] = 4*h->ref_list[list][j].frame_num + (h->ref_list[list][j].reference&3);
2733 in[ i[0] ]->pic_id= is_long ? i[0] : in[ i[0] ]->frame_num;
2737 in[ i[1] ]->pic_id= is_long ? i[1] : in[ i[1] ]->frame_num;
2878 int frame_num;
2889 frame_num = pic_num_extract(h, pred, &pic_structure);
2896 ref->frame_num == frame_num &&
3160 * @param frame_num frame number to search for
3166 static Picture * find_short(H264Context *h, int frame_num, int *idx){
3173 av_log(h->s.avctx, AV_LOG_DEBUG, "%d %d %p\n", i, pic->frame_num, pic);
3174 if(pic->frame_num == frame_num) {
3199 static Picture * remove_short(H264Context *h, int frame_num, int ref_mask){
3205 av_log(h->s.avctx, AV_LOG_DEBUG, "remove short %d count %d\n", frame_num, h->short_ref_count);
3207 pic = find_short(h, frame_num, &i);
3246 av_log(h->s.avctx, AV_LOG_DEBUG, "%d fn:%d poc:%d %p\n", i, pic->frame_num, pic->poc, pic->data[0]);
3261 av_log(h->s.avctx, AV_LOG_DEBUG, "%d fn:%d poc:%d %p\n", i, pic->frame_num, pic->poc, pic->data[0]);
3280 int structure, av_uninit(frame_num);
3286 frame_num = pic_num_extract(h, mmco[i].short_pic_num, &structure);
3287 pic = find_short(h, frame_num, &j);
3290 || h->long_ref[mmco[i].long_arg]->frame_num != frame_num)
3300 remove_short(h, frame_num, structure ^ PICT_FRAME);
3350 remove_short(h, h->short_ref[0]->frame_num, 0);
3360 h->frame_num=
3361 s->current_picture_ptr->frame_num= 0;
3383 pic= remove_short(h, s->current_picture_ptr->frame_num, 0);
3416 remove_short(h, pic->frame_num, 0);
3473 h->mmco[0].short_pic_num= h->short_ref[ h->short_ref_count - 1 ]->frame_num;
3495 if(h->frame_num < h->prev_frame_num)
3517 abs_frame_num = h->frame_num_offset + h->frame_num;
3547 int poc= 2*(h->frame_num_offset + h->frame_num);
3787 h->frame_num= get_bits(&s->gb, h->sps.log2_max_frame_num);
3805 while(h->frame_num != h->prev_frame_num &&
3806 h->frame_num != (h->prev_frame_num+1)%(1<<h->sps.log2_max_frame_num)){
3807 av_log(NULL, AV_LOG_DEBUG, "Frame num gap %d %d\n", h->frame_num, h->prev_frame_num);
3812 s->current_picture_ptr->frame_num= h->prev_frame_num;
3834 s0->current_picture_ptr->frame_num != h->frame_num) {
3864 s->current_picture_ptr->frame_num= h->frame_num; //FIXME frame_num cleanup
3879 h->curr_pic_num= h->frame_num;
3882 h->curr_pic_num= 2*h->frame_num + 1;
4061 ref2frm[i+2]= 4*h->ref_list[j][i].frame_num
4066 ref2frm[i+4]= 4*h->ref_list[j][i].frame_num
4081 pps_id, h->frame_num,
4366 tprintf(s->avctx, "pic:%d mb:%d/%d\n", h->frame_num, s->mb_x, s->mb_y);
5445 tprintf(s->avctx, "pic:%d mb:%d/%d\n", h->frame_num, s->mb_x, s->mb_y);
7734 h->prev_frame_num= h->frame_num;