OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WMF_PROFILE_ADVANCED
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
vc1_defs.h
103
WMF_PROFILE_ADVANCED
= 2, //!< Advanced profile (VC1 Only)
pnw_VC1.c
477
ctx->profile =
WMF_PROFILE_ADVANCED
;
806
if ((
WMF_PROFILE_ADVANCED
== ctx->profile) && (VC1_FCM_FLDI == pic_params->picture_fields.bits.frame_coding_mode)) {
830
if (ctx->profile !=
WMF_PROFILE_ADVANCED
) {
870
if (ctx->profile ==
WMF_PROFILE_ADVANCED
) {
[
all
...]
/hardware/intel/img/psb_video/src/mrst/
psb_VC1.c
470
ctx->profile =
WMF_PROFILE_ADVANCED
;
794
if ((
WMF_PROFILE_ADVANCED
== ctx->profile) && (VC1_FCM_FLDI == pic_params->picture_fields.bits.frame_coding_mode)) {
815
if (ctx->profile !=
WMF_PROFILE_ADVANCED
) {
855
if (ctx->profile ==
WMF_PROFILE_ADVANCED
) {
[
all
...]
Completed in 99 milliseconds