Searched refs:i4_ (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/enc/
H A Dquant.c638 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_level
[all...]
H A Diterator.c353 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_];
H A Danalysis.c263 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
272 modes[it->i4_] = mode;
H A Dvp8enci.h265 int i4_; // current intra4x4 mode being tested member in struct:__anon12291
410 // for the 4x4 block it->i4_
H A Dframe.c256 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);

Completed in 50 milliseconds