HomeSort by relevance Sort by last modified time
    Searched refs:pic_quantizer_scale (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 67 context->desc.vc1.pquant = vc1->pic_quantizer_fields.bits.pic_quantizer_scale;
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 689 P6(pic_quantizer_scale);
741 /* PQUANT (pic_quantizer_scale) == PQINDEX */
742 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8);
858 } else if (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9) {
864 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 695 P6(pic_quantizer_scale);
745 /* PQUANT (pic_quantizer_scale) == PQINDEX */
746 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale > 8);
873 } else if (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9) {
879 if ((pic_params->picture_fields.bits.picture_type == WMF_PTYPE_B) || (pic_params->sequence_fields.bits.overlap == FALSE) || (pic_params->pic_quantizer_fields.bits.pic_quantizer_scale < 9)) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_vc1_parser.c 898 pic_parms->pic_quantizer_fields.bits.pic_quantizer_scale = picLayerHeader->PQUANT;
  /hardware/intel/common/libva/va/
va.h 2059 unsigned int pic_quantizer_scale : 5;\/* PICTURE_LAYER::PQUANT *\/ member in struct:_VAPictureParameterBufferVC1::__anon42358::__anon42359
    [all...]
va_trace.c     [all...]

Completed in 50 milliseconds