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

  /external/libavc/encoder/
ih264e_bitstream.h 85 #define INSERT_EPB(zero_run, next_byte) \
86 ((zero_run) == EPB_ZERO_BYTES) && (0 == ((next_byte) & 0xFC))
ih264e_cabac.c 752 WORD32 next_byte; local
766 next_byte = (u4_bins >> (num_bins)) & 0xff;
768 /* L = (L << 8) + (R * next_byte) */
770 ps_cab_enc_env->u4_code_int_low += (next_byte * u4_range);
781 next_byte = (u4_bins & ((1 << num_bins) - 1));
784 ps_cab_enc_env->u4_code_int_low += (next_byte * u4_range);
  /toolchain/binutils/binutils-2.25/bfd/
ieee.c 174 #define next_byte(ieee) ((ieee)->input_p++)
353 next_byte (ieee);
361 next_byte (ieee);
534 next_byte (&(ieee->h));
543 next_byte (&(ieee->h));
549 next_byte (&(ieee->h));
554 next_byte (&(ieee->h));
564 next_byte (&(ieee->h));
576 next_byte (&(ieee->h));
589 next_byte (&(ieee->h))
173 #define next_byte macro
    [all...]
  /external/v8/src/
unicode.h 162 static uchar ValueOfIncremental(byte next_byte,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py     [all...]
  /external/python/cpython2/Lib/
_pyio.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]

Completed in 717 milliseconds