Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/enc/
Dfilter.c218 uint8_t* const v_dst = it->yuv_out2_ + V_OFF; in DoFilter()
332 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM()
Diterator.c115 uint8_t* const vdst = it->yuv_in_ + V_OFF; in VP8IteratorImport()
151 const uint8_t* const vsrc = it->yuv_out_ + V_OFF; in VP8IteratorExport()
Dframe.c649 enc->sse_[2] += VP8SSE8x8(in + V_OFF, out + V_OFF); in StoreSSE()
684 SetBlock(it->yuv_out_ + V_OFF, mb->uv_mode_ * 64, 8); in StoreSideInfo()
Dvp8enci.h129 #define V_OFF (U_OFF + 8) macro
/external/webp/src/dec/
Dvp8i.h63 #define V_OFF (U_OFF + 16) macro
Dframe.c79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h101 #define V_OFF (U_OFF + 16) macro
Dframe.c558 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in VP8ReconstructBlock()