Home
last modified time | relevance | path

Searched refs:reduction_fac (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c731 int reduction_fac = in vp9_get_intra_cost_penalty() local
736 reduction_fac = 0; in vp9_get_intra_cost_penalty()
744 return (20 * vp9_dc_quant(qindex, qdelta, VPX_BITS_8)) >> reduction_fac; in vp9_get_intra_cost_penalty()