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 638 const int x = it->i4_ & 3, y = it->i4_ >> 2;
747 const int x = (it->i4_ & 3), y = it->i4_ >> 2;
748 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1];
749 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
769 const uint8_t* const src = src0 + VP8Scan[it->i4_];
771 uint8_t* best_block = best_blocks + VP8Scan[it->i4_];
782 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
797 memcpy(rd_best.y_ac_levels[it->i4_], tmp_levels, sizeof(tmp_levels))
    [all...]
iterator.c 353 it->i4_ = 0; // first 4x4 sub-block
378 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];
386 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
396 it->i4_++;
397 if (it->i4_ == 16) { // we're done
401 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
analysis.c 263 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
272 modes[it->i4_] = mode;
vp8enci.h 265 int i4_; // current intra4x4 mode being tested member in struct:__anon15244
410 // for the 4x4 block it->i4_
frame.c 256 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);

Completed in 27 milliseconds