Searched refs:av1_f (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_av1.c | 39 static unsigned av1_f(struct vl_vlc *vlc, unsigned n) in av1_f() function 58 bool done = av1_f(vlc, 1); in av1_uvlc() 67 value = av1_f(vlc, leadingZeros); in av1_uvlc() 78 byte = av1_f(vlc, 8); in av1_le() 92 leb128Bytes = av1_f(vlc, 8); in av1_uleb128() 103 unsigned value = av1_f(vlc, n); in av1_su() 129 unsigned v = av1_f(vlc, w - 1); in av1_ns() 134 bool extra_bit = av1_f(vlc, 1); in av1_ns() 159 seq->seq_profile = av1_f(vlc, 3); in sequence_header_obu() 162 av1_f(vlc, 1); /* still_picture */ in sequence_header_obu() [all …]
|