Home | History | Annotate | Download | only in media

Lines Matching full:reference

46   bool ref;  // reference picture?
47 bool long_term; // long term reference picture?
55 // Values from slice_hdr to be used during reference marking and
67 // and/or reference.
76 // Remove unused (not reference and already outputted) pictures from DPB
89 // Return the number of reference pictures in DPB.
92 // Mark all pictures in DPB as unused for reference.
95 // Return a short-term reference picture by its pic_num.
98 // Return a long-term reference picture by its long_term_pic_num.
101 // Return the short reference picture with lowest frame_num. Used for sliding
109 // Append all short term reference pictures to the passed |out| vector.
112 // Append all long term reference pictures to the passed |out| vector.