Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickcdef.c35 const int total_strengths = fast ? REDUCED_TOTAL_STRENGTHS : TOTAL_STRENGTHS; in search_one() local
50 for (j = 0; j < total_strengths; j++) { in search_one()
56 for (j = 0; j < total_strengths; j++) { in search_one()
76 const int total_strengths = fast ? REDUCED_TOTAL_STRENGTHS : TOTAL_STRENGTHS; in search_one_dual() local
90 for (j = 0; j < total_strengths; j++) { in search_one_dual()
92 for (k = 0; k < total_strengths; k++) { in search_one_dual()
101 for (j = 0; j < total_strengths; j++) { in search_one_dual()
103 for (k = 0; k < total_strengths; k++) { in search_one_dual()
317 const int total_strengths = fast ? REDUCED_TOTAL_STRENGTHS : TOTAL_STRENGTHS; in av1_cdef_search() local
415 for (gi = 0; gi < total_strengths; gi++) { in av1_cdef_search()