Home
last modified time | relevance | path

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

/external/libaom/av1/encoder/x86/
Drdopt_avx2.c209 int64_t x_firstrow = 0, x_firstcol = 0; in av1_get_horver_correlation_full_avx2() local
217 x_firstcol += diff[i * stride]; in av1_get_horver_correlation_full_avx2()
223 int64_t y_sum = x_sum - x_firstcol; in av1_get_horver_correlation_full_avx2()
Drdopt_sse4.c227 int64_t x_firstrow = 0, x_firstcol = 0; in av1_get_horver_correlation_full_sse4_1() local
235 x_firstcol += diff[i * stride]; in av1_get_horver_correlation_full_sse4_1()
241 int64_t y_sum = x_sum - x_firstcol; in av1_get_horver_correlation_full_sse4_1()
/external/libaom/av1/encoder/arm/neon/
Drdopt_neon.c387 int64_t x_firstrow = 0, x_firstcol = 0; in av1_get_horver_correlation_full_neon() local
421 x_firstcol += diff[i * stride]; in av1_get_horver_correlation_full_neon()
427 int64_t y_sum = x_sum - x_firstcol; in av1_get_horver_correlation_full_neon()
/external/libaom/av1/encoder/
Drdopt.c522 int64_t x_firstrow = 0, x_finalrow = 0, x_firstcol = 0, x_finalcol = 0; in av1_get_horver_correlation_full_c() local
541 x_firstcol += diff[0]; in av1_get_horver_correlation_full_c()
547 x_firstcol += x; in av1_get_horver_correlation_full_c()
578 int64_t y_sum = x_sum - x_firstcol; in av1_get_horver_correlation_full_c()