Searched refs:aom_uleb_encode_fixed_size (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | aom_integer_test.cc | 87 ASSERT_EQ(0, aom_uleb_encode_fixed_size(test_value, kWriteBufferSize, in TEST() 102 aom_uleb_encode_fixed_size(value, kWriteBufferSize, kWriteBufferSize, in TEST() 173 ASSERT_EQ(aom_uleb_encode_fixed_size(kValidTestValue, kWriteBufferSize, in TEST()
|
/aosp_15_r20/external/libaom/examples/ |
H A D | lightfield_bitstream_parsing.c | 175 if (aom_uleb_encode_fixed_size(tile_list_obu_size, 4, 4, saved_obu_size_loc, in process_tile_list() 314 if (aom_uleb_encode_fixed_size( in main()
|
/aosp_15_r20/external/libaom/aom/ |
H A D | aom_integer.h | 52 int aom_uleb_encode_fixed_size(uint64_t value, size_t available,
|
H A D | exports_com | 35 text aom_uleb_encode_fixed_size
|
/aosp_15_r20/external/libaom/aom/src/ |
H A D | aom_integer.c | 79 int aom_uleb_encode_fixed_size(uint64_t value, size_t available, in aom_uleb_encode_fixed_size() function
|