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

  /external/chromium_org/third_party/libwebp/dec/
frame.c 37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; local
39 const int ilevel = f_info->f_ilevel_;
40 const int limit = f_info->f_limit_;
49 if (f_info->f_inner_) {
55 if (f_info->f_inner_) {
62 const int hev_thresh = f_info->hev_thresh_;
67 if (f_info->f_inner_) {
75 if (f_info->f_inner_) {
  /external/webp/src/dec/
frame.c 37 const VP8FInfo* const f_info = ctx->f_info_ + mb_x; local
39 const int ilevel = f_info->f_ilevel_;
40 const int limit = f_info->f_limit_;
49 if (f_info->f_inner_) {
55 if (f_info->f_inner_) {
62 const int hev_thresh = f_info->hev_thresh_;
67 if (f_info->f_inner_) {
75 if (f_info->f_inner_) {

Completed in 42 milliseconds