HomeSort by relevance Sort by last modified time
    Searched refs:diff_counter (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.cpp 240 pMP->diff_counter = pMP->counter_BTdst;
332 pMP->diff_counter -= diff_BTCounter;
427 Int diff_counter; local
484 diff_counter = (Int)((float)(rc[n]->VBV_fullness - rc[n]->TMN_W) /
488 if (diff_counter > 0)
489 pMP[n]->counter_BTdst = diff_counter;
491 else if (diff_counter < 0)
492 pMP[n]->counter_BTsrc = -diff_counter;
559 pMP->diff_counter = 0;
659 pMP->diff_counter = 0
    [all...]
mp4lib_int.h 294 Int diff_counter; /* diff_counter = -diff_counter_BTdst, or diff_counter_BTsrc */ member in struct:tagMultiPass

Completed in 74 milliseconds