Searched refs:vpx_stop_encode (Results 1 – 4 of 4) sorted by relevance
68 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()
33 int vpx_stop_encode(vpx_writer *br) { in vpx_stop_encode() function
44 int vpx_stop_encode(vpx_writer *br);
964 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()