OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:condover
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/
vc1_header.h
51
CONDOVER
affects overlap smoothing in advanced profile.
53
IMG_UINT8
CONDOVER
; /* PICTURE_LAYER::
CONDOVER
- 2 bits */
231
uint8_t
condover
; /* Adjusted local version of conditional_overlap_flag */
member in struct:context_VC1_s
pnw_VC1.c
872
ctx->
condover
= 0; /* No overlap smoothing */
874
ctx->
condover
= pic_params->conditional_overlap_flag;
876
ctx->
condover
= 2;
880
ctx->
condover
= 0; /* No overlap smoothing */
882
ctx->
condover
= 2;
[
all
...]
/hardware/intel/img/psb_video/src/mrst/
psb_VC1.c
857
ctx->
condover
= 0; /* No overlap smoothing */
859
ctx->
condover
= pic_params->conditional_overlap_flag;
861
ctx->
condover
= 2;
865
ctx->
condover
= 0; /* No overlap smoothing */
867
ctx->
condover
= 2;
[
all
...]
Completed in 1467 milliseconds