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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 18 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { function
34 vp9_wb_write_bit(wb, (data >> bit) & 1);
  /external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 17 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { function
33 vp9_wb_write_bit(wb, (data >> bit) & 1);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_write_bit_buffer.c 17 void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { function
33 vp9_wb_write_bit(wb, (data >> bit) & 1);

Completed in 389 milliseconds