Searched refs:U_OFF (Results 1 – 10 of 10) sorted by relevance
/external/webp/src/dec/ |
D | vp8i.h | 62 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro 63 #define V_OFF (U_OFF + 16)
|
D | frame.c | 78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()
|
/external/opencv3/3rdparty/libwebp/dec/ |
D | vp8i.h | 100 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro 101 #define V_OFF (U_OFF + 16)
|
D | frame.c | 557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in VP8ReconstructBlock()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | iterator.c | 114 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()
|
D | filter.c | 217 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()
|
D | vp8enci.h | 128 #define U_OFF (Y_SIZE) macro 129 #define V_OFF (U_OFF + 8)
|
D | quant.c | 721 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()
|
D | frame.c | 648 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()
|
D | analysis.c | 317 VP8CollectHistogram(it->yuv_in_ + U_OFF, in MBAnalyzeBestUVMode()
|