Home
last modified time | relevance | path

Searched defs:cell_height (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/crabbyavif/c_api_tests/
Davifincrtest.cc72 uint32_t GetMinDecodedRowCount(uint32_t height, uint32_t cell_height, in GetMinDecodedRowCount()
168 const avifImage& reference, uint32_t cell_height, in DecodeIncrementally()
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc558 const float cell_height = height / static_cast<float>(rows); in DoDrawGrid() local
/aosp_15_r20/external/rust/crabbyavif/tests/
Ddecoder_tests.rs635 let cell_height = 154; in expected_min_decoded_row_count_computation() localVariable