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

  /external/webp/src/enc/
iterator.c 354 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[0];
358 it->i4_boundary_[i] = enc->y_left_[15 - i];
361 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
366 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
370 it->i4_boundary_[17 + i] = it->i4_boundary_[17 + 15];
401 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
vp8enci.h 263 uint8_t i4_boundary_[37]; // 32+5 boundary samples needed by intra4x4 member in struct:__anon15244

Completed in 113 milliseconds