Searched refs:PRED_8x16 (Results 1 – 4 of 4) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_tables.c | 493 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,
|
D | ih264d_process_bslice.c | 1760 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()
|
D | ih264d_mvpred.c | 537 case PRED_8x16: in ih264d_mvpred_nonmbaffB() 769 case PRED_8x16: in ih264d_mvpred_nonmbaff() 1025 case PRED_8x16: in ih264d_mvpred_mbaff()
|
D | ih264d_defs.h | 444 #define PRED_8x16 2 macro
|