HomeSort by relevance Sort by last modified time
    Searched refs:diff_y (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dsp/
yuv.c 259 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);
yuv_sse2.c 760 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/
xorg_xv.c 550 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 444 milliseconds