/external/libvpx/libvpx/vp8/encoder/ |
boolhuff.c | 43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) function
|
boolhuff.h | 40 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer, unsigned char *buffer_end);
|
bitstream.c | 393 vp8_start_encode(w, ptr, ptr_end); [all...] |
encodeframe.c | 813 vp8_start_encode(&bc[i], cpi->partition_d[i + 1], [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
boolhuff.c | 43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) function
|
boolhuff.h | 44 extern void vp8_start_encode(BOOL_CODER *bc, unsigned char *buffer, unsigned char *buffer_end);
|
bitstream.c | 394 vp8_start_encode(w, ptr, ptr_end); [all...] |
encodeframe.c | 792 vp8_start_encode(&bc[i], cpi->partition_d[i + 1], [all...] |
/external/libvpx/libvpx/test/ |
vp8_boolcoder_test.cc | 82 vp8_start_encode(&bw, bw_buffer, bw_buffer + kBufferSize);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
vp8_boolcoder_test.cc | 82 vp8_start_encode(&bw, bw_buffer, bw_buffer + kBufferSize);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
boolhuff_armv5te.asm | 12 EXPORT |vp8_start_encode| 43 |vp8_start_encode| PROC
|