update 988 libavcodec/adpcm.c goto update; update 990 libavcodec/adpcm.c update: update 264 libavcodec/amrnbdec.c const int sign, const int update) update 279 libavcodec/amrnbdec.c if (update) update 287 libavcodec/amrnbdec.c if (update) update 468 libavcodec/g723_1enc.c goto update; update 478 libavcodec/g723_1enc.c update: update 68 libavcodec/vaapi_vp8.c .mode_ref_lf_delta_update = s->lf_delta.update, update 402 libavcodec/vp8.c static VP56Frame ref_to_update(VP8Context *s, int update, VP56Frame ref) update 406 libavcodec/vp8.c if (update) update 792 libavcodec/vp8.c s->lf_delta.update = vp8_rac_get(c); update 793 libavcodec/vp8.c if (s->lf_delta.update) update 221 libavcodec/vp8.h uint8_t update; update 130 libavfilter/af_silencedetect.c update(s, insamples, *p < noise && *p > -noise, i, \ update 238 libavfilter/af_silencedetect.c update(s, NULL, 0, c, 0, s->time_base); update 99 libavfilter/af_silenceremove.c void (*update)(struct SilenceRemoveContext *s, double sample); update 183 libavfilter/af_silenceremove.c s->update = update_peak; update 187 libavfilter/af_silenceremove.c s->update = update_rms; update 357 libavfilter/af_silenceremove.c s->update(s, *ibuf); update 377 libavfilter/af_silenceremove.c s->update(s, ibuf[j]); update 476 libavfilter/af_silenceremove.c s->update(s, *ibuf); update 483 libavfilter/af_silenceremove.c s->update(s, *ibuf); update 58 libavfilter/vf_frei0r.c f0r_update_f update; update 258 libavfilter/vf_frei0r.c !(s->update = load_sym(ctx, "f0r_update" )) || update 365 libavfilter/vf_frei0r.c s->update(s->instance, in->pts * av_q2d(inlink->time_base) * 1000, update 462 libavfilter/vf_frei0r.c s->update(s->instance, av_rescale_q(frame->pts, s->time_base, (AVRational){1,1000}), update 863 libavfilter/vf_waveform.c update(target, max, intensity); update 872 libavfilter/vf_waveform.c update(target, max, intensity); update 1145 libavfilter/vf_waveform.c update(target, max, intensity); update 1147 libavfilter/vf_waveform.c update(target, max, intensity); update 1149 libavfilter/vf_waveform.c update(target, max, intensity); update 1181 libavfilter/vf_waveform.c update(target, max, intensity); update 1183 libavfilter/vf_waveform.c update(target, max, intensity); update 1185 libavfilter/vf_waveform.c update(target, max, intensity); update 1188 libavfilter/vf_waveform.c update(target, max, intensity); update 1190 libavfilter/vf_waveform.c update(target, max, intensity); update 1192 libavfilter/vf_waveform.c update(target, max, intensity); update 1428 libavfilter/vf_waveform.c update(target, max, intensity); \ update 1470 libavfilter/vf_waveform.c update(target, max, intensity); \ update 1477 libavfilter/vf_waveform.c update(target, max, intensity); \ update 1512 libavfilter/vf_waveform.c AFLAT(aflat_row, update, update, 0, 0) update 1513 libavfilter/vf_waveform.c AFLAT(aflat_row_mirror, update, update, 0, 1) update 1514 libavfilter/vf_waveform.c AFLAT(aflat_column, update, update, 1, 0) update 1515 libavfilter/vf_waveform.c AFLAT(aflat_column_mirror, update, update, 1, 1) update 1516 libavfilter/vf_waveform.c AFLAT(xflat_row, update, update_cr, 0, 0) update 1517 libavfilter/vf_waveform.c AFLAT(xflat_row_mirror, update, update_cr, 0, 1) update 1518 libavfilter/vf_waveform.c AFLAT(xflat_column, update, update_cr, 1, 0) update 1519 libavfilter/vf_waveform.c AFLAT(xflat_column_mirror, update, update_cr, 1, 1) update 1671 libavfilter/vf_waveform.c update(target, max, intensity); update 1694 libavfilter/vf_waveform.c update(target, max, intensity); update 1697 libavfilter/vf_waveform.c update(target, max, intensity); update 2186 libavfilter/vf_waveform.c update(d0 + d0_signed_linesize * c0 + x, max, intensity); update 2219 libavfilter/vf_waveform.c update(d0_data - c0, max, intensity); update 2223 libavfilter/vf_waveform.c update(d0_data + c0, max, intensity); update 43 libavformat/img2enc.c int update; update 139 libavformat/img2enc.c if (img->update) { update 243 libavformat/img2enc.c { "update", "continuously overwrite one file", OFFSET(update), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, ENC }, update 48 libavutil/hmac.c hmac_update update; update 82 libavutil/hmac.c c->update = (hmac_update) av_md5_update; update 90 libavutil/hmac.c c->update = (hmac_update) av_sha_update; update 98 libavutil/hmac.c c->update = (hmac_update) av_sha_update; update 106 libavutil/hmac.c c->update = (hmac_update) av_sha_update; update 114 libavutil/hmac.c c->update = (hmac_update) av_sha512_update; update 122 libavutil/hmac.c c->update = (hmac_update) av_sha512_update; update 151 libavutil/hmac.c c->update(c->hash, key, keylen); update 163 libavutil/hmac.c c->update(c->hash, block, c->blocklen); update 168 libavutil/hmac.c c->update(c->hash, data, len); update 183 libavutil/hmac.c c->update(c->hash, block, c->blocklen); update 184 libavutil/hmac.c c->update(c->hash, out, c->hashlen);