Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dvp9_boolcoder_test.cc68 GTEST_ASSERT_EQ(vpx_stop_encode(&bw), 0); in TEST()
98 GTEST_ASSERT_EQ(vpx_stop_encode(&bw), -1); in TEST()
105 GTEST_ASSERT_EQ(vpx_stop_encode(&bw), -1); in TEST()
112 GTEST_ASSERT_EQ(vpx_stop_encode(&bw), 0); in TEST()
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dbitwriter.c33 int vpx_stop_encode(vpx_writer *br) { in vpx_stop_encode() function
H A Dbitwriter.h44 int vpx_stop_encode(vpx_writer *br);
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_bitstream.c964 return vpx_stop_encode(&data->bit_writer) == 0; in encode_tile_worker()
1144 if (vpx_stop_encode(&residual_bc)) { in encode_tiles()
1401 if (vpx_stop_encode(&header_bc)) { in write_compressed_header()