estimateCUPropagate 1930 source/encoder/slicetype.cpp                     estimateCUPropagate(frames, averageDuration, p0, p1, i, 0);
estimateCUPropagate 1935 source/encoder/slicetype.cpp             estimateCUPropagate(frames, averageDuration, curnonb, lastnonb, middle, 1);
estimateCUPropagate 1942 source/encoder/slicetype.cpp                 estimateCUPropagate(frames, averageDuration, curnonb, lastnonb, i, 0);
estimateCUPropagate 1946 source/encoder/slicetype.cpp         estimateCUPropagate(frames, averageDuration, curnonb, lastnonb, lastnonb, 1);
estimateCUPropagate 1953 source/encoder/slicetype.cpp         estimateCUPropagate(frames, averageDuration, 0, lastnonb, lastnonb, 1);
estimateCUPropagate  174 source/encoder/slicetype.h     void    estimateCUPropagate(Lowres **frames, double average_duration, int p0, int p1, int b, int referenced);