VP8FInfo           37 third_party/libwebp/dec/frame.c   const VP8FInfo* const f_info = ctx->f_info_ + mb_x;
VP8FInfo          112 third_party/libwebp/dec/frame.c         VP8FInfo* const info = &dec->fstrengths_[s][i4x4];
VP8FInfo          366 third_party/libwebp/dec/frame.c         VP8FInfo* const tmp = ctx->f_info_;
VP8FInfo          533 third_party/libwebp/dec/frame.c           mb_w * (dec->mt_method_ > 0 ? 2 : 1) * sizeof(VP8FInfo)
VP8FInfo          573 third_party/libwebp/dec/frame.c   dec->f_info_ = f_info_size ? (VP8FInfo*)mem : NULL;
VP8FInfo          606 third_party/libwebp/dec/vp8.c     VP8FInfo* const finfo = dec->f_info_ + dec->mb_x_;
VP8FInfo          205 third_party/libwebp/dec/vp8i.h   VP8FInfo* f_info_;    // filter strengths (swapped with dec->f_info_)
VP8FInfo          272 third_party/libwebp/dec/vp8i.h   VP8FInfo* f_info_;      // filter strength info
VP8FInfo          291 third_party/libwebp/dec/vp8i.h   VP8FInfo fstrengths_[NUM_MB_SEGMENTS][2];  // precalculated per-segment/type