Searched refs:quantizer (Results 1 - 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dsvc_encodeframe.c61 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];
/hardware/intel/img/psb_video/src/
H A Dvsp_fw.h598 uint32_t quantizer[4]; member in struct:VssVp8encEncodedFrame
H A Dpnw_VC1.c693 P6(quantizer);
741 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
742 /* Non uniform quantizer indicates PQINDEX > 8 */
1631 /* For PQINDEX < 9 the uniform quantizer should be used, as indicated by PQUANTIZER == 1 */
2527 pParseHeaderCMD->ui32SeqHdrData |= (pic_params->pic_quantizer_fields.bits.quantizer) << VC1_SEQHDR_QUANTIZER;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_vc1_parser.c896 pic_parms->pic_quantizer_fields.bits.quantizer = seqLayerHeader->QUANTIZER;
/hardware/intel/common/libva/va/
H A Dva.h1933 * pic_quantizer_type should be set to the applicable quantizer
2057 unsigned int quantizer : 2; /* ENTRY_POINT_LAYER::QUANTIZER */ member in struct:_VAPictureParameterBufferVC1::__anon847::__anon848
H A Dva_trace.c1890 va_TraceMsg(trace_ctx, "\tquantizer = %d\n", p->pic_quantizer_fields.bits.quantizer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_rdopt.c204 /* 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)) >>
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c687 P6(quantizer);
737 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
738 /* Non uniform quantizer indicates PQINDEX > 8 */
1632 /* For PQINDEX < 9 the uniform quantizer should be used, as indicated by PQUANTIZER == 1 */

Completed in 584 milliseconds