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 819 const int x = it->i4_ & 3, y = it->i4_ >> 2;
    [all...]
iterator_enc.c 407 it->i4_ = 0; // first 4x4 sub-block
432 const uint8_t* const blk = yuv_out + VP8Scan[it->i4_];
440 if ((it->i4_ & 3) != 3) { // if not on the right sub-blocks #3, #7, #11, #15
450 ++it->i4_;
451 if (it->i4_ == 16) { // we're done
455 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 239 int i4_; // current intra4x4 mode being tested member in struct:__anon49467
449 // for the 4x4 block it->i4_

Completed in 59 milliseconds