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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4def.h 45 #define PV_MIN(a,b) ((a)<(b)? (a):(b))
chvr_filter.cpp 198 A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(a3_1), PV_ABS(a3_2));
355 A3_0 = PV_ABS(a3_0) - PV_MIN(PV_ABS(a3_1), PV_ABS(a3_2));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 117 #define PV_MIN(a,b) ((a)<(b)? (a):(b))
fastquant.cpp 231 //coeff = PV_MIN(ac_clip,PV_MAX(-ac_clip-1, q_value));
236 //coeff = PV_MIN(2047,PV_MAX(-2048, q_value));
315 coeff = PV_MAX(-2048, PV_MIN(2047, coeff));
336 coeff = PV_MAX(1, PV_MIN(254, coeff));
342 coeff = PV_MAX(-2048, PV_MIN(2047, coeff));
393 //coeff = PV_MIN(ac_clip,PV_MAX(-ac_clip-1, q_value));
398 //coeff = PV_MIN(2047,PV_MAX(-2048, q_value));
475 //coeff = PV_MIN(ac_clip,PV_MAX(-ac_clip-1, tmp));
481 //coeff = PV_MIN(2047,PV_MAX(-2048, tmp));
513 tmp = PV_MAX(1, PV_MIN(254, tmp))
    [all...]
rate_control.cpp 235 pMP->counter_BTdst = PV_MIN(pMP->counter_BTdst, (Int)(rc->max_BitVariance_num / 2 * 0.40)); /* 0.75s time frame may go beyond VBV buffer if we set the buffer size smaller than 0.75s */
237 pMP->counter_BTdst = PV_MIN(pMP->counter_BTdst, 20); /* Limit the target to be smaller than 3C */
622 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound);
623 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound);
630 diff_counter_BTsrc = PV_MIN(diff_counter_BTsrc, bound);
631 diff_counter_BTdst = PV_MIN(diff_counter_BTdst, bound);
    [all...]
mp4enc_api.cpp 300 encParams->IntraDCVlcThr = PV_MAX(PV_MIN(encOption->intraDCVlcTh, 7), 0);
516 encParams->LayerMaxFrameRate[i] = PV_MIN(profile_max_framerate, encParams->LayerFrameRate[i]);
836 video->pMP[idx]->frameRange = PV_MIN(video->pMP[idx]->frameRange, 30);
    [all...]
vlc_encode.cpp     [all...]

Completed in 180 milliseconds