• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/

Lines Matching refs:ref_list

39     int poc0 = h->ref_list[0][i].poc;
41 if(td == 0 || h->ref_list[0][i].long_ref){
54 const int poc1 = h->ref_list[1][0].poc;
60 const int poc1 = h->ref_list[1][0].field_poc[field];
72 H264Picture * const ref1 = &h->ref_list[1][0];
91 if (4 * h->ref_list[0][j].frame_num + (h->ref_list[0][j].reference & 3) == poc) {
105 H264Picture * const ref1 = &h->ref_list[1][0];
114 cur->ref_poc[sidx][list][j] = 4 * h->ref_list[list][j].frame_num + (h->ref_list[list][j].reference & 3);
127 int *col_poc = h->ref_list[1]->field_poc;
130 } else if (!(h->picture_structure & h->ref_list[1][0].reference) && !h->ref_list[1][0].mbaff) { // FL -> FL & differ parity
131 h->col_fieldoff = 2 * h->ref_list[1][0].reference - 3;
176 assert(h->ref_list[1][0].reference & 3);
178 await_reference_mb_row(h, &h->ref_list[1][0], h->mb_y + !!IS_INTERLACED(*mb_type));
239 if (IS_INTERLACED(h->ref_list[1][0].mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL
253 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
254 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + h->mb_stride];
273 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
291 await_reference_mb_row(h, &h->ref_list[1][0], mb_y);
293 l1mv0 = (void*)&h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
294 l1mv1 = (void*)&h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
295 l1ref0 = &h->ref_list[1][0].ref_index [0][4 * mb_xy];
296 l1ref1 = &h->ref_list[1][0].ref_index [1][4 * mb_xy];
322 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
345 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
377 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
424 assert(h->ref_list[1][0].reference & 3);
426 await_reference_mb_row(h, &h->ref_list[1][0], h->mb_y + !!IS_INTERLACED(*mb_type));
428 if (IS_INTERLACED(h->ref_list[1][0].mb_type[mb_xy])) { // AFL/AFR/FR/FL -> AFL/FL
442 mb_type_col[0] = h->ref_list[1][0].mb_type[mb_xy];
443 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy + h->mb_stride];
463 mb_type_col[1] = h->ref_list[1][0].mb_type[mb_xy];
481 await_reference_mb_row(h, &h->ref_list[1][0], mb_y);
483 l1mv0 = (void*)&h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
484 l1mv1 = (void*)&h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
485 l1ref0 = &h->ref_list[1][0].ref_index [0][4 * mb_xy];
486 l1ref1 = &h->ref_list[1][0].ref_index [1][4 * mb_xy];
506 ref_offset = (h->ref_list[1][0].mbaff<<4) & (mb_type_col[0]>>3); //if(h->ref_list[1][0].mbaff && IS_INTERLACED(mb_type_col[0])) ref_offset=16 else 0