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

  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 636 int *rd_adjustment)
670 *rd_adjustment = 80;
672 *rd_adjustment = 90;
694 int rd_adjustment = 100; local
892 calculate_zeromv_rd_adjustment(cpi, x, &rd_adjustment);
897 rd_adjustment = (int)(rd_adjustment *
905 rd_adjustment = 150;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
pickinter.c 528 int *rd_adjustment)
562 *rd_adjustment = 80;
564 *rd_adjustment = 90;
586 int rd_adjustment = 100; local
697 calculate_zeromv_rd_adjustment(cpi, x, &rd_adjustment);
    [all...]

Completed in 85 milliseconds