OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bi_pred
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_inter_pred.c
139
WORD32 weighted_pred,
bi_pred
;
local
227
bi_pred
= (ps_pu->b2_pred_mode == PRED_BI);
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;
384
* (9 + (weighted_pred ||
bi_pred
)) + 11 * clr_indx;
402
func_dst = (weighted_pred ||
bi_pred
) ?
409
func_dst_strd = (weighted_pred ||
bi_pred
426
func_dst = (weighted_pred ||
bi_pred
) ?
429
func_dst_strd = (weighted_pred ||
bi_pred
)
[
all
...]
ihevcd_parse_slice.c
650
/* larger PUs can be encoded as
bi_pred
/l0/l1 inter_pred_idc */
[
all
...]
/external/libavc/decoder/
ih264d_tables.c
522
PRED_L0, PRED_L1,
BI_PRED
, PRED_L0, PRED_L0, PRED_L1,
524
BI_PRED
,
BI_PRED
, PRED_L0, PRED_L1,
BI_PRED
,
526
BI_PRED
,
534
PRED_L0, PRED_L1,
BI_PRED
, PRED_L0, PRED_L0, PRED_L1, PRED_L1,
537
BI_PRED
,
538
BI_PRED
,
BI_PRED
,
BI_PRED
, BI_PRED, BI_PRED, PRED_INVALID
[
all
...]
ih264d_defs.h
502
#define
BI_PRED
3
ih264d_inter_pred.c
515
u1_is_bi_dir = (i1_pred ==
BI_PRED
);
[
all
...]
Completed in 590 milliseconds