analyze           718 libavcodec/aacenc.c             s->psy.model->analyze(&s->psy, start_ch, coeffs, wi);
analyze          1023 libavcodec/aacpsy.c     .analyze = psy_3gpp_analyze,
analyze           139 libavcodec/psymodel.h     void (*analyze)(FFPsyContext *ctx, int channel, const float **coeffs, const FFPsyWindowInfo *wi);
analyze           617 libavformat/mpegts.c         score      = analyze(buf, buf_size, TS_PACKET_SIZE,      0);
analyze           618 libavformat/mpegts.c         dvhs_score = analyze(buf, buf_size, TS_DVHS_PACKET_SIZE, 0);
analyze           619 libavformat/mpegts.c         fec_score  = analyze(buf, buf_size, TS_FEC_PACKET_SIZE,  0);
analyze          2983 libavformat/mpegts.c         int score      = analyze(p->buf + TS_PACKET_SIZE     *i, TS_PACKET_SIZE     *left, TS_PACKET_SIZE     , 1);
analyze          2984 libavformat/mpegts.c         int dvhs_score = analyze(p->buf + TS_DVHS_PACKET_SIZE*i, TS_DVHS_PACKET_SIZE*left, TS_DVHS_PACKET_SIZE, 1);
analyze          2985 libavformat/mpegts.c         int fec_score  = analyze(p->buf + TS_FEC_PACKET_SIZE *i, TS_FEC_PACKET_SIZE *left, TS_FEC_PACKET_SIZE , 1);