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

  /external/libvpx/libvpx/vp8/encoder/
bitstream.c 94 vp8_write_bit(w, 1);
105 vp8_write_bit(w, 0);
    [all...]
treewriter.h 30 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
bitstream.c 95 vp8_write_bit(w, 1);
106 vp8_write_bit(w, 0);
    [all...]
treewriter.h 30 #define vp8_write_bit( W, V) vp8_write( W, V, vp8_prob_half) macro

Completed in 912 milliseconds