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

  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 369 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[0];
373 it->i4_boundary_[i] = enc->y_left_[15 - i];
376 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
381 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
385 it->i4_boundary_[17 + i] = it->i4_boundary_[17 + 15];
416 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
vp8enci.h 285 uint8_t i4_boundary_[37]; // 32+5 boundary samples needed by intra4x4 member in struct:__anon20464
  /external/webp/src/enc/
iterator.c 404 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[0];
408 it->i4_boundary_[i] = it->y_left_[15 - i];
411 it->i4_boundary_[17 + i] = it->y_top_[i];
416 it->i4_boundary_[17 + i] = it->y_top_[i];
420 it->i4_boundary_[17 + i] = it->i4_boundary_[17 + 15];
451 it->i4_top_ = it->i4_boundary_ + VP8TopLeftI4[it->i4_];
vp8enci.h 233 uint8_t i4_boundary_[37]; // 32+5 boundary samples needed by intra4x4 member in struct:__anon26165

Completed in 385 milliseconds