Home
last modified time | relevance | path

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

/aosp_15_r20/external/libvpx/test/
H A Dbyte_alignment_test.cc85 vpx_codec_err_t DecodeOneFrame(int byte_alignment_to_check) { in DecodeOneFrame() argument
88 CheckDecodedFrames(byte_alignment_to_check); in DecodeOneFrame()
93 vpx_codec_err_t DecodeRemainingFrames(int byte_alignment_to_check) { in DecodeRemainingFrames() argument
98 CheckDecodedFrames(byte_alignment_to_check); in DecodeRemainingFrames()
106 void CheckByteAlignment(const uint8_t *data, int byte_alignment_to_check) { in CheckByteAlignment() argument
107 ASSERT_EQ(0u, reinterpret_cast<size_t>(data) % byte_alignment_to_check); in CheckByteAlignment()
112 void CheckDecodedFrames(int byte_alignment_to_check) { in CheckDecodedFrames() argument
118 if (byte_alignment_to_check == kLegacyByteAlignment) { in CheckDecodedFrames()
122 CheckByteAlignment(img->planes[i], byte_alignment_to_check); in CheckDecodedFrames()