Searched refs:RDMULT (Results 1 - 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Drdopt.c238 cpi->RDMULT = (int)(rdconst * (capped_q * capped_q));
251 cpi->RDMULT = (int)(rdconst * (modq * modq));
257 cpi->RDMULT += (cpi->RDMULT * rd_iifactor[31]) >> 4;
259 cpi->RDMULT +=
260 (cpi->RDMULT * rd_iifactor[cpi->twopass.next_iiratio]) >> 4;
263 cpi->mb.errorperbit = (cpi->RDMULT / 110);
278 if (cpi->RDMULT > 1000)
281 cpi->RDMULT /= 100;
H A Donyx_int.h360 int RDMULT; member in struct:VP8_COMP
H A Dethreading.c156 x->rdmult = cpi->RDMULT;
H A Dencodeframe.c457 x->rdmult = cpi->RDMULT;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h370 int RDMULT; member in struct:VP9_COMP
H A Dvp9_rdopt.c284 cpi->RDMULT = vp9_compute_rd_mult(cpi, cm->base_qindex + cm->y_dc_delta_q);
286 x->errorperbit = cpi->RDMULT / RD_MULT_EPB_RATIO;
H A Dvp9_encodeframe.c250 x->rdmult = cpi->RDMULT;

Completed in 64 milliseconds