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

  /external/webp/src/enc/
quant.c 802 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 219 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);
analysis.c 279 const uint8_t* const src = it->yuv_in_ + Y_OFF_ENC + VP8Scan[it->i4_];
291 modes[it->i4_] = mode;
vp8enci.h 235 int i4_; // current intra4x4 mode being tested member in struct:__anon26165
445 // for the 4x4 block it->i4_
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 706 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_levels, sizeof(tmp_levels))
    [all...]
iterator.c 368 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_];
analysis.c 277 const uint8_t* const src = it->yuv_in_ + Y_OFF + VP8Scan[it->i4_];
289 modes[it->i4_] = mode;
vp8enci.h 287 int i4_; // current intra4x4 mode being tested member in struct:__anon20464
486 // for the 4x4 block it->i4_
frame.c 332 const int x = (it->i4_ & 3), y = (it->i4_ >> 2);

Completed in 52 milliseconds