Home
last modified time | relevance | path

Searched defs:min_bits_left (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_mpeg12.c143 static void vid_dec_mpeg12_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) in vid_dec_mpeg12_Decode() argument
H A Dvid_dec.c477 unsigned min_bits_left = eos ? 32 : MAX2(buf->nFilledLen * 8, 32); in vid_dec_DecodeBuffer() local
H A Dvid_dec_h265.c913 vid_dec_h265_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) vid_dec_h265_Decode() argument
H A Dvid_dec_av1.c2219 dec_av1_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) dec_av1_Decode() argument
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c301 unsigned min_bits_left = priv->eos_ ? 32 : MAX2(in_buf->nFilledLen * 8, 32); in decode_frame() local
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c965 void vid_dec_h264_Decode(vid_dec_PrivateType *priv, struct vl_vlc *vlc, unsigned min_bits_left) in vid_dec_h264_Decode() argument

Completed in 10 milliseconds