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

  /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...]
  /external/chromium_org/third_party/libva/va/
va.h 1437 unsigned int pic_quantizer_scale : 5;\/* PICTURE_LAYER::PQUANT *\/ member in struct:_VAPictureParameterBufferVC1::__anon17533::__anon17534
    [all...]
  /hardware/intel/common/libva/va/
va.h 2059 unsigned int pic_quantizer_scale : 5;\/* PICTURE_LAYER::PQUANT *\/ member in struct:_VAPictureParameterBufferVC1::__anon40434::__anon40435
    [all...]
va_trace.c     [all...]

Completed in 1227 milliseconds