Searched defs:bits_left (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_reader.c42 const int bits_left = (int)((buffer_end - buffer) * CHAR_BIT); local
43 const int x = shift + CHAR_BIT - bits_left;
50 if (x < 0 || bits_left) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddboolhuff.c44 size_t bits_left = bytes_left * CHAR_BIT; local
45 int x = (int)(shift + CHAR_BIT - bits_left);
61 if (x < 0 || bits_left)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h52 int64_t bits_left; member in struct:twopass_rc
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h578 int64_t bits_left; member in struct:VP8_COMP::twopass_rc

Completed in 77 milliseconds