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

  /external/webp/src/dec/
frame.c 263 // Precompute the filtering strength for each segment and each i4x4/i16x16 mode.
270 int i4x4; local
281 for (i4x4 = 0; i4x4 <= 1; ++i4x4) {
282 VP8FInfo* const info = &dec->fstrengths_[s][i4x4];
286 if (i4x4) {
310 info->f_inner_ = i4x4;
  /external/opencv3/3rdparty/libwebp/dec/
frame.c 102 // Precompute the filtering strength for each segment and each i4x4/i16x16 mode.
109 int i4x4; local
120 for (i4x4 = 0; i4x4 <= 1; ++i4x4) {
121 VP8FInfo* const info = &dec->fstrengths_[s][i4x4];
126 if (i4x4) {

Completed in 2975 milliseconds