Home | History | Annotate | Download | only in test

Lines Matching refs:comp_pred

173           const uint8_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1);
174 sad += abs(source8[h * source_stride_ + w] - comp_pred);
179 const uint16_t comp_pred = ROUND_POWER_OF_TWO(tmp, 1);
180 sad += abs(source16[h * source_stride_ + w] - comp_pred);