Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dpost_filter.h316 return row_unit * num_64x64_blocks_per_row_ + column_unit; in GetDeblockUnitId()
471 const int num_64x64_blocks_per_row_; variable
/external/libgav1/libgav1/src/post_filter/
Dpost_filter.cc150 num_64x64_blocks_per_row_(DivideBy64(frame_header.width + 63)), in PostFilter()