Home
last modified time | relevance | path

Searched refs:U_OFF (Results 1 – 10 of 10) sorted by relevance

/external/webp/src/dec/
Dvp8i.h62 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro
63 #define V_OFF (U_OFF + 16)
Dframe.c78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8i.h100 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro
101 #define V_OFF (U_OFF + 16)
Dframe.c557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in VP8ReconstructBlock()
/external/opencv3/3rdparty/libwebp/enc/
Diterator.c114 uint8_t* const udst = it->yuv_in_ + U_OFF; in VP8IteratorImport()
150 const uint8_t* const usrc = it->yuv_out_ + U_OFF; in VP8IteratorExport()
253 const uint8_t* const usrc = block_to_save + U_OFF; in VP8IteratorNext()
Dfilter.c217 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; in DoFilter()
331 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM()
Dvp8enci.h128 #define U_OFF (Y_SIZE) macro
129 #define V_OFF (U_OFF + 8)
Dquant.c721 const uint8_t* const src = it->yuv_in_ + U_OFF; in ReconstructUV()
901 const uint8_t* const src = it->yuv_in_ + U_OFF; in PickBestUV()
902 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer in PickBestUV()
903 uint8_t* const dst0 = it->yuv_out_ + U_OFF; in PickBestUV()
956 nz |= ReconstructUV(it, rd, it->yuv_out_ + U_OFF, it->mb_->uv_mode_); in SimpleQuantize()
Dframe.c648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF); in StoreSSE()
683 SetBlock(it->yuv_out_ + U_OFF, it->preds_[0] * 64, 8); in StoreSideInfo()
Danalysis.c317 VP8CollectHistogram(it->yuv_in_ + U_OFF, in MBAnalyzeBestUVMode()