Searched refs:TOTAL_STRENGTHS (Results 1 – 1 of 1) sorted by relevance
25 #define TOTAL_STRENGTHS (CDEF_PRI_STRENGTHS * CDEF_SEC_STRENGTHS) macro32 uint64_t mse[][TOTAL_STRENGTHS], int sb_count, in search_one() argument34 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() argument71 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() argument143 uint64_t (**mse)[TOTAL_STRENGTHS], in joint_strength_search_dual() argument308 uint64_t(*mse[2])[TOTAL_STRENGTHS]; in av1_cdef_search()[all …]