Searched refs:PRED_8x8 (Results 1 – 5 of 5) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_tables.c | 493 PRED_16x8, PRED_8x16, PRED_8x8, PRED_8x8R0, 501 PRED_8x16, PRED_16x8, PRED_8x16, PRED_8x8, 503 PRED_8x8, 504 PRED_8x8, PRED_8x8 };
|
D | ih264d_process_bslice.c | 1619 else if(u1_col_mb_pred_mode < PRED_8x8) in ih264d_one_to_one() 1657 + (PRED_8x8 << 1) + 1; in ih264d_one_to_one() 1661 partition_size = PRED_8x8; in ih264d_one_to_one() 1676 | (PRED_8x8 << 2)); in ih264d_one_to_one() 1785 partition_size = PRED_8x8; in ih264d_mbaff_cross_pmbair() 1836 ps_direct->i1_partitionsize[0] = PRED_8x8; in ih264d_mbaff_cross_pmbair() 1864 partition_size = PRED_8x8; in ih264d_mbaff_cross_pmbair() 1912 ps_direct->i1_partitionsize[0] = PRED_8x8; in ih264d_mbaff_cross_pmbair() 2058 partition_size = PRED_8x8; in ih264d_frm_to_fld() 2097 ps_direct->i1_partitionsize[0] = PRED_8x8; in ih264d_frm_to_fld() [all …]
|
D | ih264d_defs.h | 434 #define PRED_8x8 3 macro
|
D | ih264d_parse_pslice.c | 111 uc_sub_mb = ((u1_mb_type == PRED_8x8) | (u1_mb_type == PRED_8x8R0)); in ih264d_parse_pmb_cavlc() 117 UWORD8 u1_colz = (PRED_8x8 << 6); in ih264d_parse_pmb_cavlc() 458 uc_sub_mb = ((u1_mb_type == PRED_8x8) | (u1_mb_type == PRED_8x8R0)); in ih264d_parse_pmb_cabac() 464 UWORD8 u1_colz = (PRED_8x8 << 6); in ih264d_parse_pmb_cabac()
|
D | ih264d_parse_bslice.c | 142 *pu1_col_info++ = ((PRED_8x8) << 6) in ih264d_parse_bmb_non_direct_cavlc() 443 const UWORD8 u1_colz = ((PRED_8x8) << 6); in ih264d_parse_bmb_non_direct_cabac()
|