Home
last modified time | relevance | path

Searched refs:get_unsigned_bits (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common.h63 static INLINE int get_unsigned_bits(unsigned int num_values) { in get_unsigned_bits() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c64 vp9_wb_write_literal(wb, data, get_unsigned_bits(max)); in encode_unsigned_max()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c77 const int data = vp9_rb_read_literal(rb, get_unsigned_bits(max)); in decode_unsigned_max()