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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rd.c 170 static int compute_rd_thresh_factor(int qindex, vpx_bit_depth_t bit_depth) { function
226 const int q = compute_rd_thresh_factor(qindex, cm->bit_depth);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 234 static int compute_rd_thresh_factor(int qindex) { function
253 const int q = compute_rd_thresh_factor(qindex);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 234 static int compute_rd_thresh_factor(int qindex) { function
253 const int q = compute_rd_thresh_factor(qindex);
    [all...]

Completed in 93 milliseconds