HomeSort by relevance Sort by last modified time
    Searched refs:quantizer (Results 26 - 31 of 31) sorted by null

12

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 167 // Hence quantizer step is also 8 times. To get effective quantizer
203 int quantizer = (pd->dequant[1] >> 3); local
205 if (quantizer < 120)
206 rate = (square_error * (280 - quantizer)) >> 8;
209 dist = (square_error * quantizer) >> 8;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 204 /* values are now correlated to quantizer */
213 // to the quantizer tables.
329 // source with given variance when quantized with a uniform quantizer
351 // source with given variance when quantized with a uniform quantizer
406 // source with given variance when quantized with a uniform quantizer
430 // Hence quantizer step is also 8 times. To get effective quantizer
454 int quantizer = (pd->dequant[1] >> 3); local
456 if (quantizer < 120)
457 rate = (square_error * (280 - quantizer)) >> 8
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 693 P6(quantizer);
741 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
742 /* Non uniform quantizer indicates PQINDEX > 8 */
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 469 currVop->quantizer = video->encParams->InitQuantIvop[video->currLayer];
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 687 P6(quantizer);
737 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
738 /* Non uniform quantizer indicates PQINDEX > 8 */
    [all...]
  /hardware/intel/common/libva/va/
va_trace.c     [all...]

Completed in 288 milliseconds

12