analyze           609 libavcodec/aacenc.c             s->psy.model->analyze(&s->psy, start_ch, coeffs, wi);
analyze           963 libavcodec/aacpsy.c     .analyze = psy_3gpp_analyze,
analyze           124 libavcodec/psymodel.h     void (*analyze)(FFPsyContext *ctx, int channel, const float **coeffs, const FFPsyWindowInfo *wi);
analyze           556 libavformat/mpegts.c     score      = analyze(buf, size, TS_PACKET_SIZE,      NULL, 0);
analyze           557 libavformat/mpegts.c     dvhs_score = analyze(buf, size, TS_DVHS_PACKET_SIZE, NULL, 0);
analyze           558 libavformat/mpegts.c     fec_score  = analyze(buf, size, TS_FEC_PACKET_SIZE,  NULL, 0);
analyze          2399 libavformat/mpegts.c         int score      = analyze(p->buf + TS_PACKET_SIZE     *i, TS_PACKET_SIZE     *left, TS_PACKET_SIZE     , NULL, 1);
analyze          2400 libavformat/mpegts.c         int dvhs_score = analyze(p->buf + TS_DVHS_PACKET_SIZE*i, TS_DVHS_PACKET_SIZE*left, TS_DVHS_PACKET_SIZE, NULL, 1);
analyze          2401 libavformat/mpegts.c         int fec_score  = analyze(p->buf + TS_FEC_PACKET_SIZE *i, TS_FEC_PACKET_SIZE *left, TS_FEC_PACKET_SIZE , NULL, 1);