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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 93 // Precompute the filtering strength for each segment and each i4x4/i16x16 mode.
100 int i4x4; local
111 for (i4x4 = 0; i4x4 <= 1; ++i4x4) {
112 VP8FInfo* const info = &dec->fstrengths_[s][i4x4];
117 if (i4x4) {
141 info->f_inner_ = i4x4;
  /external/webp/src/dec/
frame.c 93 // Precompute the filtering strength for each segment and each i4x4/i16x16 mode.
100 int i4x4; local
111 for (i4x4 = 0; i4x4 <= 1; ++i4x4) {
112 VP8FInfo* const info = &dec->fstrengths_[s][i4x4];
117 if (i4x4) {
141 info->f_inner_ = i4x4;

Completed in 952 milliseconds