Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dme_cmp.c553 #define BUTTERFLYA(x, y) (FFABS((x) + (y)) + FFABS((x) - (y))) macro
599 sum += BUTTERFLYA(temp[8 * 0 + i], temp[8 * 4 + i]) + in hadamard8_diff8x8_c()
600 BUTTERFLYA(temp[8 * 1 + i], temp[8 * 5 + i]) + in hadamard8_diff8x8_c()
601 BUTTERFLYA(temp[8 * 2 + i], temp[8 * 6 + i]) + in hadamard8_diff8x8_c()
602 BUTTERFLYA(temp[8 * 3 + i], temp[8 * 7 + i]); in hadamard8_diff8x8_c()
648 BUTTERFLYA(temp[8 * 0 + i], temp[8 * 4 + i]) in hadamard8_intra8x8_c()
649 + BUTTERFLYA(temp[8 * 1 + i], temp[8 * 5 + i]) in hadamard8_intra8x8_c()
650 + BUTTERFLYA(temp[8 * 2 + i], temp[8 * 6 + i]) in hadamard8_intra8x8_c()
651 + BUTTERFLYA(temp[8 * 3 + i], temp[8 * 7 + i]); in hadamard8_intra8x8_c()