Searched defs:PICTURE_CODING_D (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_MPEG2.c63 #define PICTURE_CODING_D 0x04 macro
1184 PICTURE_CODING_D == ctx->pic_params->picture_coding_type ? 0 : ctx->pic_params->picture_coding_type - 1);
/hardware/intel/img/psb_video/src/
H A Dpnw_MPEG2.c64 no End of Block, and a special end_of_macroblock code '1'. PICTURE_CODING_D is not allowed in MPEG2 */
65 #define PICTURE_CODING_D 0x04 macro
1164 PICTURE_CODING_D == ctx->pic_params->picture_coding_type ? 0 : ctx->pic_params->picture_coding_type - 1);

Completed in 21 milliseconds