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

  /external/webp/src/dec/
vp8i.h 99 #define V_OFF (U_OFF + 16)
frame.c 556 uint8_t* const v_dst = dec->yuv_b_ + V_OFF;
  /external/webp/src/enc/
filter.c 216 uint8_t* const v_dst = it->yuv_out2_ + V_OFF;
330 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s);
iterator.c 113 uint8_t* const vdst = it->yuv_in_ + V_OFF;
149 const uint8_t* const vsrc = it->yuv_out_ + V_OFF;
vp8enci.h 78 // U_OFF |UUVV| V_OFF (=U_OFF + 8)
85 // U_OFF |UUVV| V_OFF
126 #define V_OFF (U_OFF + 8)
frame.c 647 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF);
682 SetBlock(it->yuv_out_ + V_OFF, mb->uv_mode_ * 64, 8);

Completed in 150 milliseconds