Home
last modified time | relevance | path

Searched refs:PRED_8x16 (Results 1 – 4 of 4) sorted by relevance

/external/libavc/decoder/
Dih264d_tables.c493 PRED_16x8, PRED_8x16, PRED_8x8, PRED_8x8R0,
495 PRED_16x16, PRED_16x16, PRED_16x16, PRED_16x8, PRED_8x16,
497 PRED_8x16, PRED_16x8, PRED_8x16, PRED_16x8, PRED_8x16,
499 PRED_8x16, PRED_16x8, PRED_8x16, PRED_16x8, PRED_8x16,
501 PRED_8x16, PRED_16x8, PRED_8x16, PRED_8x8,
Dih264d_process_bslice.c1760 if(u1_col_mb_pred_mode == PRED_8x16) in ih264d_mbaff_cross_pmbair()
1765 ps_direct->i1_partitionsize[0] = PRED_8x16; in ih264d_mbaff_cross_pmbair()
1768 ps_direct->i1_partitionsize[1] = PRED_8x16; in ih264d_mbaff_cross_pmbair()
1791 partition_size = PRED_8x16; in ih264d_mbaff_cross_pmbair()
2144 if(u1_col_mb_pred_mode == PRED_8x16) in ih264d_fld_to_frm()
2149 ps_direct->i1_partitionsize[0] = PRED_8x16; in ih264d_fld_to_frm()
2152 ps_direct->i1_partitionsize[1] = PRED_8x16; in ih264d_fld_to_frm()
2180 partition_size = PRED_8x16; in ih264d_fld_to_frm()
Dih264d_mvpred.c537 case PRED_8x16: in ih264d_mvpred_nonmbaffB()
769 case PRED_8x16: in ih264d_mvpred_nonmbaff()
1025 case PRED_8x16: in ih264d_mvpred_mbaff()
Dih264d_defs.h444 #define PRED_8x16 2 macro