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

  /external/libaom/libaom/av1/encoder/
pass2_strategy.c 32 double calculate_active_area(const AV1_COMP *cpi, function
63 pow(calculate_active_area(cpi, this_frame), ACT_AREA_CORRECTION);
386 num_mbs = (int)AOMMAX(1, num_mbs * calculate_active_area(cpi, this_frame));
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 224 static double calculate_active_area(const VP9_COMP *cpi, function
265 pow(calculate_active_area(cpi, this_frame), ACT_AREA_CORRECTION);
289 pow(calculate_active_area(cpi, this_frame), ACT_AREA_CORRECTION);
    [all...]

Completed in 64 milliseconds