/external/zlib/src/contrib/minizip/ |
miniunz.c | 271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); 272 if (iLevel==0) 274 else if (iLevel==1) 276 else if ((iLevel==2) || (iLevel==3))
|
/external/ppp/pppd/ |
tty.c | 987 int ilevel, olevel, max_level; local 1071 ilevel = olevel = 0; 1098 if (ilevel >= max_level) 1125 ilevel = (nbt < 0 || nbt > ilevel)? 0: ilevel - nbt; 1129 ilevel = olevel = 0; 1203 if (ilevel + n > max_level) 1204 n = max_level - ilevel; 1217 ilevel += n [all...] |
/external/webp/src/dec/ |
frame.c | 46 const int ilevel = f_info->f_ilevel_; local 47 const int limit = 2 * level + ilevel; 71 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); 72 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 75 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); 76 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh); 79 VP8VFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh); 80 VP8VFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh); 83 VP8VFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh); 84 VP8VFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh) [all...] |
/external/webp/src/enc/ |
filter.c | 211 const int ilevel = GetILevel(enc->config_->filter_sharpness, level); local 212 const int limit = 2 * level + ilevel; 226 VP8EncHFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); 227 VP8EncHFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh); 228 VP8EncVFilter16i(y_dst, BPS, limit, ilevel, hev_thresh); 229 VP8EncVFilter8i(u_dst, v_dst, BPS, limit, ilevel, hev_thresh);
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoEncoder.cpp | 563 int32_t iLevel = 0; 634 iLevel = pEncoderContext->mCodecParams->videoLevel; 636 mime,iProfile, iLevel); 643 CHECK(iLevel != 0x7fffffff); 652 encoderMetadata->setInt32(kKeyVideoLevel, iLevel); [all...] |