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

  /hardware/intel/img/psb_video/src/
vc1_defs.h 90 WMF_PTYPE_B = 2, //!< B Picture
162 #define PIC_TYPE_IS_INTER(Type) ((Type) == WMF_PTYPE_P || (Type) == WMF_PTYPE_B)
pnw_VC1.c 853 case WMF_PTYPE_B: /* B picture */
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 838 case WMF_PTYPE_B: /* B picture */
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...]

Completed in 4845 milliseconds