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

  /external/webp/src/enc/
quant.c 457 const int VP8Scan[16] = { // Luma
729 VP8FTransform(src + VP8Scan[n], ref + VP8Scan[n], tmp[n]);
761 VP8ITransform(ref + VP8Scan[n], tmp[n], yuv_out + VP8Scan[n], 1);
    [all...]
vp8enci.h 73 // The original or reconstructed samples can be accessed using VP8Scan[]
76 // +----+ YUV Samples area. See VP8Scan[] for accessing the blocks.
133 extern const int VP8Scan[16]; // in quant.c
analysis.c 277 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
iterator.c 428 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];

Completed in 76 milliseconds