Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodemb.c39 static int check_subtract_block_size(int w, int h) { return w < 4 || h < 4; } in check_subtract_block_size() function
45 if (check_subtract_block_size(rows, cols)) { in subtract_block()