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

  /external/webp/src/enc/
quant.c 780 const int x = it->i4_ & 3, y = it->i4_ >> 2;
925 const int x = (it->i4_ & 3), y = it->i4_ >> 2
    [all...]
iterator.c 403 it->i4_ = 0; // first 4x4 sub-block
428 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];
436 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
446 ++it->i4_;
447 if (it->i4_ == 16) { // we're done
451 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
cost.c 600 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);
analysis.c 277 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
289 modes[it->i4_] = mode;
vp8enci.h 291 int i4_; // current intra4x4 mode being tested member in struct:__anon21245
500 // for the 4x4 block it->i4_

Completed in 384 milliseconds