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

  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 676 int64_t vbp_threshold_copy; member in struct:VP9_COMP
vp9_encodeframe.c 584 cpi->vbp_threshold_copy = 0;
595 cpi->vbp_threshold_copy = 4000;
597 cpi->vbp_threshold_copy = 8000;
599 cpi->vbp_threshold_copy = (cpi->y_dequant[q][1] << 3) > 8000
    [all...]

Completed in 68 milliseconds