Lines Matching defs:poc
38 int poc, int poc1, int i)
40 int poc0 = sl->ref_list[0][i].poc;
50 int64_t pocdiff0 = poc - (int64_t)poc0;
64 const int poc = FIELD_PICTURE(h) ? h->cur_pic_ptr->field_poc[h->picture_structure == PICT_BOTTOM_FIELD]
65 : h->cur_pic_ptr->poc;
66 const int poc1 = sl->ref_list[1][0].poc;
71 const int poc = h->cur_pic_ptr->field_poc[field];
75 get_scale_factor(sl, poc, poc1, i + 16);
79 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i);
97 int poc = ref1->ref_poc[colfield][list][old_ref];
100 poc |= 3;
102 else if (interl && (poc & 3) == 3)
103 poc = (poc & ~3) + rfield + 1;
107 (sl->ref_list[0][j].reference & 3) == poc) {
152 int cur_poc = h->cur_pic_ptr->poc;