Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dethread.c681 this_tile->m_search_count = 0; // Count of motion search hits. in av1_encode_tiles_row_mt()
Dencoder.h553 int m_search_count; member
Dencodeframe.c5047 this_tile->m_search_count = 0; // Count of motion search hits. in av1_encode_tile()
5049 td->mb.m_search_count_ptr = &this_tile->m_search_count; in av1_encode_tile()