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

  /external/webp/src/enc/
quant_enc.c 818 const int x = it->i4_ & 3, y = it->i4_ >> 2;
    [all...]
iterator_enc.c 400 it->i4_ = 0; // first 4x4 sub-block
425 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];
433 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
443 ++it->i4_;
444 if (it->i4_ == 16) { // we're done
448 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
cost_enc.c 219 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);
analysis_enc.c 302 const uint8_t* const src = it->yuv_in_ + Y_OFF_ENC + VP8Scan[it->i4_];
314 modes[it->i4_] = mode;
vp8i_enc.h 233 int i4_; // current intra4x4 mode being tested member in struct:__anon43762
439 // for the 4x4 block it->i4_

Completed in 194 milliseconds