Lines Matching refs:NO_VAL
108 f->slot_idx = NO_VAL; in new_frame()
109 f->doi = NO_VAL; in new_frame()
110 f->poi = NO_VAL; in new_frame()
121 mgr->prev_doi = NO_VAL; in dpb_init_management()
122 mgr->output_poi = NO_VAL; in dpb_init_management()
190 if (p->slot_idx == NO_VAL) { in recompute_cycle_order_index()
198 if (mgr->output_poi != NO_VAL) { in recompute_cycle_order_index()
217 if (p->slot_idx == NO_VAL) { in compute_frame_order_index()
246 if (mgr->output_poi == NO_VAL && ph->picture_type == I_PICTURE) { in compute_frame_order_index()
256 if (p && p->slot_idx != NO_VAL && !p->invisible && !p->is_output) { in is_outputable_frame()
351 p->slot_idx = NO_VAL; in dpb_remove_frame()
352 p->doi = NO_VAL; in dpb_remove_frame()
353 p->poi = NO_VAL; in dpb_remove_frame()
417 if (p->slot_idx == NO_VAL) { in dpb_remove_unused_frame()
445 if (p->slot_idx == NO_VAL) { in dpb_get_one_frame()
458 if (p->slot_idx == NO_VAL) { in dpb_get_one_frame()
618 if (p->slot_idx == NO_VAL || p->doi == NO_VAL) { in find_ref_frame()
843 if (p->slot_idx != NO_VAL) { in avs2d_dpb_flush()