HomeSort by relevance Sort by last modified time
    Searched refs:next_byte (Results 1 - 4 of 4) 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);
  /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 777 milliseconds