Searched defs:diff_y (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dsp/
H A Dyuv.c259 const int diff_y = ref[i] - src[i]; local
260 const int new_y = (int)dst[i] + diff_y;
262 diff += (uint64_t)abs(diff_y);
H A Dyuv_sse2.c760 const __m128i D = _mm_sub_epi16(A, B); // diff_y
772 const int diff_y = ref[i] - src[i]; local
773 const int new_y = (int)dst[i] + diff_y;
775 diff += (uint64_t)abs(diff_y);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_xv.c550 float diff_y = (float)src_h / (float)dst_h; local
570 (float) src_x + offset_x*diff_x, (float) src_y + offset_y*diff_y,
571 (float) src_w - offset_w*diff_x, (float) src_h - offset_h*diff_y,

Completed in 284 milliseconds