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

  /hardware/intel/img/psb_video/src/
pnw_VC1.c 690 #define P6(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->pic_quantizer_fields.bits.x)
741 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
743 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0);
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/img/psb_video/src/mrst/
psb_VC1.c 684 #define P6(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->pic_quantizer_fields.bits.x)
737 if (pic_params->pic_quantizer_fields.bits.quantizer == 0) {
739 ctx->pqindex_gt8 = (pic_params->pic_quantizer_fields.bits.pic_quantizer_type == 0);
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/common/libva/va/
va_trace.c     [all...]
va.h 2069 } pic_quantizer_fields; member in struct:_VAPictureParameterBufferVC1
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1447 } pic_quantizer_fields; member in struct:_VAPictureParameterBufferVC1
    [all...]

Completed in 55 milliseconds