HomeSort by relevance Sort by last modified time
    Searched defs:quantizer (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
packet_util.cpp 39 int16 quantizer; local
65 quantizer = (int16) BitstreamReadBits16(stream, currVol->quantPrecision);
66 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
68 currVop->quantizer = quantizer;
150 int16 quantizer; local
187 quantizer = (int16) BitstreamReadBits16(stream, quantPrecision);
188 if (quantizer == 0) return PV_FAIL; /* 04/03/01 */
190 currVop->quantizer = quantizer;
201 int16 quantizer; local
    [all...]
mp4lib_int.h 70 int16 quantizer; /* VOP quantizer */ member in struct:tagVop
107 int quantPrecision; /* Quantizer precision */
228 int16 *QPMB; /* Quantizer value for each MB */
  /external/aac/libAACenc/src/
quantize.cpp 111 FIXP_QTD quantizer = FDKaacEnc_quantTableQ[(-gain)&3]; local
117 FIXP_DBL accu = fMultDiv2(mdctSpectrum[line],quantizer);
  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 406 // quantizer has to be reinitialized with vp9_init_quantizer() if any
427 int vp9_quantizer_to_qindex(int quantizer) {
428 return quantizer_to_qindex[quantizer];
432 int quantizer; local
434 for (quantizer = 0; quantizer < 64; ++quantizer)
435 if (quantizer_to_qindex[quantizer] >= qindex)
436 return quantizer;
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...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
mp4dec_api.h 112 int16 quantizer; member in struct:tagVopHeaderInfo
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 69 int quantizer[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
222 "svc-quantizer-values: invalid value %s\n", token);
231 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q;
601 svc_params.min_quantizer = si->quantizer[layer_index];
602 svc_params.max_quantizer = si->quantizer[layer_index];
  /frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
Palette.java 563 // Now generate a quantizer from the Bitmap
569 final ColorCutQuantizer quantizer = new ColorCutQuantizer(pixels, mMaxColors, local
576 swatches = quantizer.getQuantizedColors();
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 224 uint8_t quantizer; member in struct:pipe_vc1_picture_desc
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 61 int quantizer[VPX_SS_MAX_LAYERS]; member in struct:SvcInternal
310 "svc-quantizer-values: invalid value %s\n", token);
323 si->quantizer[i + VPX_SS_MAX_LAYERS - svc_ctx->spatial_layers] = q;
439 memcpy(get_svc_internal(svc_ctx)->quantizer_keyframe, si->quantizer,
440 sizeof(si->quantizer));
533 memcpy(si->quantizer_keyframe, si->quantizer, sizeof(si->quantizer));
796 svc_params.min_quantizer = si->quantizer[layer_index];
797 svc_params.max_quantizer = si->quantizer[layer_index];
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 61 Int quantizer; /* VOP quantizer */ member in struct:tagVOP
98 Int quantPrecision; /* Quantizer precision */
283 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
391 UChar *QPMB; /* Quantizer value for each MB */
  /hardware/intel/img/psb_video/src/
vsp_fw.h 598 uint32_t quantizer[4]; member in struct:VssVp8encEncodedFrame
  /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...]
  /prebuilts/sdk/current/support/v7/palette/libs/
android-support-v7-palette.jar 
  /hardware/intel/common/libva/va/
va.h 2057 unsigned int quantizer : 2; \/* ENTRY_POINT_LAYER::QUANTIZER *\/ member in struct:_VAPictureParameterBufferVC1::__anon23929::__anon23930
    [all...]

Completed in 1203 milliseconds