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

/external/webp/src/enc/
H A Dquant.c802 const int x = it->i4_ & 3, y = it->i4_ >> 2;
954 const int x = (it->i4_ & 3), y = it->i4_ >> 2;
955 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1];
956 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
983 const uint8_t* const src = src0 + VP8Scan[it->i4_];
985 uint8_t* best_block = best_blocks + VP8Scan[it->i4_];
996 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
1024 memcpy(rd_best.y_ac_levels[it->i4_], tmp_level
[all...]
H A Diterator.c403 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_];
H A Dcost.c219 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);
H A Danalysis.c279 const uint8_t* const src = it->yuv_in_ + Y_OFF_ENC + VP8Scan[it->i4_];
291 modes[it->i4_] = mode;
H A Dvp8enci.h235 int i4_; // current intra4x4 mode being tested member in struct:__anon20559
445 // for the 4x4 block it->i4_
/external/opencv3/3rdparty/libwebp/enc/
H A Dquant.c706 const int x = it->i4_ & 3, y = it->i4_ >> 2;
815 const int x = (it->i4_ & 3), y = it->i4_ >> 2;
816 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1];
817 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
842 const uint8_t* const src = src0 + VP8Scan[it->i4_];
844 uint8_t* best_block = best_blocks + VP8Scan[it->i4_];
855 ReconstructIntra4(it, tmp_levels, src, tmp_dst, mode) << it->i4_;
870 memcpy(rd_best.y_ac_levels[it->i4_], tmp_level
[all...]
H A Diterator.c368 it->i4_ = 0; // first 4x4 sub-block
393 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];
401 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
411 ++it->i4_;
412 if (it->i4_ == 16) { // we're done
416 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
H A Danalysis.c277 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
289 modes[it->i4_] = mode;
H A Dvp8enci.h287 int i4_; // current intra4x4 mode being tested member in struct:__anon14959
486 // for the 4x4 block it->i4_
H A Dframe.c332 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);

Completed in 406 milliseconds