stop              870 libavcodec/aacps.c             int stop  = ps->border_position[e+1];
stop              871 libavcodec/aacps.c             float width = 1.f / (stop - start);
stop              904 libavcodec/aacps.c                 h, h_step, stop - start);
stop              291 libavcodec/aacsbr.c static void make_bands(int16_t* bands, int start, int stop, int num_bands)
stop              296 libavcodec/aacsbr.c     base = powf((float)stop / start, 1.0f / num_bands);
stop              306 libavcodec/aacsbr.c     bands[num_bands-1] = stop - previous;
stop              223 libavcodec/exr.c     uint8_t *stop = src + size;
stop              225 libavcodec/exr.c     while (t < stop) {
stop              237 libavcodec/exr.c     int8_t *stop     = s + size;
stop              240 libavcodec/exr.c         if (s < stop)
stop              245 libavcodec/exr.c         if (s < stop)
stop              536 libavcodec/libstagefright.cpp     (*s->decoder)->stop();
stop               33 libavcodec/unary.h static inline int get_unary(GetBitContext *gb, int stop, int len)
stop               37 libavcodec/unary.h     for(i = 0; i < len && get_bits1(gb) != stop; i++);
stop              196 libavdevice/dshow_pin.c libAVPin_NewSegment(libAVPin *this, REFERENCE_TIME start, REFERENCE_TIME stop,