Home
last modified time | relevance | path

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

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