Home
last modified time | relevance | path

Searched refs:vp8_stop_encode (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/vp8/encoder/
Dboolhuff.c51 void vp8_stop_encode(BOOL_CODER *bc) { in vp8_stop_encode() function
Dboolhuff.h42 void vp8_stop_encode(BOOL_CODER *bc);
Dbitstream.c315 vp8_stop_encode(w); in pack_tokens_into_partitions()
1261 vp8_stop_encode(bc); in vp8_pack_bitstream()
1375 vp8_stop_encode(&cpi->bc[1]); in vp8_pack_bitstream()
Dencodeframe.c875 vp8_stop_encode(&bc[i]); in vp8_encode_frame()
/external/libvpx/test/
Dvp8_boolcoder_test.cc95 vp8_stop_encode(&bw); in TEST()