OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clr_indx
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_profile.h
93
//#define PROFILE_DISABLE_INTER_PRED_LUMA(
clr_indx
) {if(
clr_indx
== 0) continue;}
94
//#define PROFILE_DISABLE_INTER_PRED_CHROMA(
clr_indx
) {if(
clr_indx
== 1) continue;}
95
//#define PROFILE_DISABLE_INTER_PRED_LUMA_AVERAGING(
clr_indx
) {if(
clr_indx
== 0) continue;}
96
//#define PROFILE_DISABLE_INTER_PRED_CHROMA_AVERAGING(
clr_indx
) {if(
clr_indx
== 1) continue;}
98
#define PROFILE_DISABLE_INTER_PRED_LUMA(
clr_indx
) ;
99
#define PROFILE_DISABLE_INTER_PRED_CHROMA(
clr_indx
) ;
[
all
...]
ihevcd_inter_pred.c
131
WORD32
clr_indx
;
local
264
for(
clr_indx
= 0;
clr_indx
< 2;
clr_indx
++)
266
PROFILE_DISABLE_INTER_PRED_LUMA(
clr_indx
);
267
PROFILE_DISABLE_INTER_PRED_CHROMA(
clr_indx
);
269
if(
clr_indx
== 0)
362
func_indx1 = 4 * (weighted_pred || bi_pred) + 1 + 11 *
clr_indx
;
367
* (9 + (weighted_pred || bi_pred)) + 11 *
clr_indx
;
379
func_indx3 = 4 * (weighted_pred || bi_pred) + 1 + 11 *
clr_indx
;
[
all
...]
Completed in 509 milliseconds