Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickcdef.c25 #define TOTAL_STRENGTHS (CDEF_PRI_STRENGTHS * CDEF_SEC_STRENGTHS) macro
32 uint64_t mse[][TOTAL_STRENGTHS], int sb_count, in search_one() argument
34 uint64_t tot_mse[TOTAL_STRENGTHS]; in search_one()
35 const int total_strengths = fast ? REDUCED_TOTAL_STRENGTHS : TOTAL_STRENGTHS; in search_one()
69 uint64_t (**mse)[TOTAL_STRENGTHS], int sb_count, in search_one_dual() argument
71 uint64_t tot_mse[TOTAL_STRENGTHS][TOTAL_STRENGTHS]; in search_one_dual()
76 const int total_strengths = fast ? REDUCED_TOTAL_STRENGTHS : TOTAL_STRENGTHS; in search_one_dual()
118 uint64_t mse[][TOTAL_STRENGTHS], in joint_strength_search() argument
143 uint64_t (**mse)[TOTAL_STRENGTHS], in joint_strength_search_dual() argument
308 uint64_t(*mse[2])[TOTAL_STRENGTHS]; in av1_cdef_search()
[all …]