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

  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 100 #define U_OFF (Y_OFF + BPS * 16 + BPS)
101 #define V_OFF (U_OFF + 16)
frame.c 557 uint8_t* const u_dst = dec->yuv_b_ + U_OFF;
  /external/webp/src/dec/
vp8i.h 62 #define U_OFF (Y_OFF + BPS * 16 + BPS)
63 #define V_OFF (U_OFF + 16)
frame.c 78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF;
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 114 uint8_t* const udst = it->yuv_in_ + U_OFF;
150 const uint8_t* const usrc = it->yuv_out_ + U_OFF;
253 const uint8_t* const usrc = block_to_save + U_OFF;
vp8enci.h 81 // U_OFF |UUVV| V_OFF (=U_OFF + 8)
88 // U_OFF |UUVV| V_OFF
128 #define U_OFF (Y_SIZE)
129 #define V_OFF (U_OFF + 8)
filter.c 217 uint8_t* const u_dst = it->yuv_out2_ + U_OFF;
331 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s);
quant.c 721 const uint8_t* const src = it->yuv_in_ + U_OFF;
901 const uint8_t* const src = it->yuv_in_ + U_OFF;
902 uint8_t* const tmp_dst = it->yuv_out2_ + U_OFF; // scratch buffer
903 uint8_t* const dst0 = it->yuv_out_ + U_OFF;
    [all...]
frame.c 648 enc->sse_[1] += VP8SSE8x8(in + U_OFF, out + U_OFF);
683 SetBlock(it->yuv_out_ + U_OFF, it->preds_[0] * 64, 8);
analysis.c 317 VP8CollectHistogram(it->yuv_in_ + U_OFF,

Completed in 1004 milliseconds