Searched refs:U_OFF (Results 1 – 8 of 8) sorted by relevance
/external/webp/src/dec/ |
D | vp8i.h | 98 #define U_OFF (Y_OFF + BPS * 16 + BPS) macro 99 #define V_OFF (U_OFF + 16)
|
D | frame.c | 555 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in VP8ReconstructBlock()
|
/external/webp/src/enc/ |
D | iterator.c | 112 uint8_t* const udst = it->yuv_in_ + U_OFF; in VP8IteratorImport() 148 const uint8_t* const usrc = it->yuv_out_ + U_OFF; in VP8IteratorExport() 251 const uint8_t* const usrc = block_to_save + U_OFF; in VP8IteratorNext()
|
D | filter.c | 215 uint8_t* const u_dst = it->yuv_out2_ + U_OFF; in DoFilter() 329 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM()
|
D | vp8enci.h | 125 #define U_OFF (Y_SIZE) macro 126 #define V_OFF (U_OFF + 8)
|
D | quant.c | 719 const uint8_t* const src = it->yuv_in_ + U_OFF; in ReconstructUV() 899 const uint8_t* const src = it->yuv_in_ + U_OFF; in PickBestUV() 900 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer in PickBestUV() 901 uint8_t* const dst0 = it->yuv_out_ + U_OFF; in PickBestUV() 954 nz |= ReconstructUV(it, rd, it->yuv_out_ + U_OFF, it->mb_->uv_mode_); in SimpleQuantize()
|
D | frame.c | 646 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF); in StoreSSE() 681 SetBlock(it->yuv_out_ + U_OFF, it->preds_[0] * 64, 8); in StoreSideInfo()
|
D | analysis.c | 315 VP8CollectHistogram(it->yuv_in_ + U_OFF, in MBAnalyzeBestUVMode()
|