/third_party/ffmpeg/libavcodec/ |
H A D | wmalosslessdec.c | 584 int ich, ilms; in clear_codec_buffers() local 595 for (ich = 0; ich < s->num_channels; ich++) { in clear_codec_buffers() 596 for (ilms = 0; ilms < s->cdlms_ttl[ich]; ilms++) { in clear_codec_buffers() 597 memset(s->cdlms[ich][ilms].coefs, 0, in clear_codec_buffers() 598 sizeof(s->cdlms[ich][ilms].coefs)); in clear_codec_buffers() 599 memset(s->cdlms[ich][ilms].lms_prevvalues, 0, in clear_codec_buffers() 600 sizeof(s->cdlms[ich][ilms].lms_prevvalues)); in clear_codec_buffers() 601 memset(s->cdlms[ich][ilm in clear_codec_buffers() 613 int ich, ilms; reset_codec() local 628 int i, j, ich, pred_error; mclms_update() local 670 int ich, i; mclms_predict() local 699 use_high_update_speed(WmallDecodeCtx *s, int ich) use_high_update_speed() argument 717 use_normal_update_speed(WmallDecodeCtx *s, int ich) use_normal_update_speed() argument 807 int ich, pred, i, j; revert_acfilter() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_afftfilt.c | 76 int ich, ix; in getreal() local 78 ich = av_clip(ch, 0, s->nb_exprs - 1); in getreal() 81 return s->fft_out[ich][ix].re; in getreal() 87 int ich, ix; in getimag() local 89 ich = av_clip(ch, 0, s->nb_exprs - 1); in getimag() 92 return s->fft_out[ich][ix].im; in getimag()
|
H A D | af_lv2.c | 169 int ich = 0, och = 0, i; in connect_ports() local 177 lilv_instance_connect_port(s->instance, i, in->extended_data[ich++]); in connect_ports()
|
/third_party/ffmpeg/libswresample/ |
H A D | audioconvert.c | 241 const int ich= ctx->ch_map ? ctx->ch_map[ch] : ch; in swri_audio_convert() local 242 const int is= ich < 0 ? 0 : (in->planar ? 1 : in->ch_count) * in->bps; in swri_audio_convert() 243 const uint8_t *pi= ich < 0 ? ctx->silence : in->ch[ich]; in swri_audio_convert()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
H A D | pngstest.c | 3630 unsigned int ich = 0; in main() local 3646 buffer[ich] = 0; in main() 3648 if (ich > 0 && !test_one_file(buffer, &formats, opts, in main() 3655 ich = 0; in main() 3656 --ich; /* so that the increment below sets it to 0 again */ in main() 3660 buffer[ich] = (char)ch; in main() 3661 } while (++ich < sizeof buffer); in main() 3663 if (ich) in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 2840 char ich = text.charAt(pos); in matchLiteral() 2842 && (PatternProps.isWhiteSpace(ich) || UCharacter.isUWhiteSpace(ich))) { in matchLiteral() 2855 } else if (pch != ich) { in matchLiteral() 2856 if (ich == '.' && pos == originalPos && 0 < itemIndex && getBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE)) { in matchLiteral() 2891 char ich = text.charAt(newPos); in matchLiteral() 2892 if (!PatternProps.isWhiteSpace(ich)) { in matchLiteral()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SimpleDateFormat.java | 2821 char ich = text.charAt(pos); in matchLiteral() 2823 && PatternProps.isWhiteSpace(ich)) { in matchLiteral() 2834 } else if (pch != ich) { in matchLiteral() 2835 if (ich == '.' && pos == originalPos && 0 < itemIndex && getBooleanAttribute(DateFormat.BooleanAttribute.PARSE_ALLOW_WHITESPACE)) { in matchLiteral() 2870 char ich = text.charAt(newPos); in matchLiteral() 2871 if (!PatternProps.isWhiteSpace(ich)) { in matchLiteral()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |