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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 178 void vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh,
vp9_rd.c 707 void vp9_update_rd_thresh_fact(int (*factor_buf)[MAX_MODES], int rd_thresh,
709 if (rd_thresh > 0) {
721 *fact = VPXMIN(*fact + RD_THRESH_INC, rd_thresh * RD_THRESH_MAX_FACT);
vp9_rdopt.c     [all...]
  /external/libaom/libaom/av1/encoder/
rd.h 431 int (*fact)[MAX_MODES], int rd_thresh, int bsize,
rd.c     [all...]
rdopt.c 4619 const int64_t rd_thresh = best_rd + (best_rd >> 5); local
5402 int64_t rd_thresh = ref_best_rd; local
6300 int64_t rd_thresh; local
8893 const int64_t rd_thresh = local
    [all...]

Completed in 238 milliseconds