Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/vp8/encoder/
H A Dboolhuff.c51 void vp8_stop_encode(BOOL_CODER *bc) { in vp8_stop_encode() function
H A Dboolhuff.h42 void vp8_stop_encode(BOOL_CODER *bc);
H A 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()
H A Dencodeframe.c891 vp8_stop_encode(&bc[i]); in vp8_encode_frame()
/aosp_15_r20/external/libvpx/test/
H A Dvp8_boolcoder_test.cc95 vp8_stop_encode(&bw); in TEST()