Home
last modified time | relevance | path

Searched refs:vp9_stop_encode (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_writer.c25 void vp9_stop_encode(vp9_writer *br) { in vp9_stop_encode() function
Dvp9_writer.h36 void vp9_stop_encode(vp9_writer *bc);
Dvp9_bitstream.c965 vp9_stop_encode(&residual_bc);
1183 vp9_stop_encode(&header_bc);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvp9_boolcoder_test.cc67 vp9_stop_encode(&bw); in TEST()