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

  /external/webp/src/enc/
quant_enc.c 496 const uint16_t VP8Scan[16] = { // Luma
767 VP8FTransform2(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]);
800 VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1);
    [all...]
vp8i_enc.h 50 // The original or reconstructed samples can be accessed using VP8Scan[].
54 // (see VP8Scan[] for accessing the blocks, along with
78 extern const uint16_t VP8Scan[16];
analysis_enc.c 302 const uint8_t* const src = it->yuv_in_ + Y_OFF_ENC + VP8Scan[it->i4_];
iterator_enc.c 432 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];

Completed in 186 milliseconds