HomeSort by relevance Sort by last modified time
    Searched refs:get_unsigned_bits (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common.h 45 static INLINE int get_unsigned_bits(unsigned int num_values) { function
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 65 vpx_wb_write_literal(wb, data, get_unsigned_bits(max));
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 79 const int data = vpx_rb_read_literal(rb, get_unsigned_bits(max));
    [all...]

Completed in 221 milliseconds