Home
last modified time | relevance | path

Searched refs:PART_2Nx2N (Results 1 – 3 of 3) sorted by relevance

/external/libhevc/common/
Dihevc_defs.h149 PART_2Nx2N = 0, enumerator
/external/libhevc/decoder/
Dihevcd_intra_pred_mode_prediction.c316 if(ps_cu->i4_part_mode == PART_2Nx2N) in ihevcd_intra_pred_mode_prediction()
Dihevcd_parse_slice.c162 (PART_2Nx2N != ps_codec->s_parse.s_cu.i4_part_mode) && in ihevcd_parse_transform_tree()
975 if((PART_2Nx2N == part_mode) && (ps_sps->i1_pcm_enabled_flag) in ihevcd_parse_coding_unit_intra()
1346 ps_codec->s_parse.s_cu.i4_part_mode = PART_2Nx2N; in ihevcd_parse_coding_unit()
1408 part_mode = (bin) ? PART_2Nx2N : PART_NxN; in ihevcd_parse_coding_unit()
1475 if(part_mode == PART_2Nx2N) in ihevcd_parse_coding_unit()
1572 (!((part_mode == PART_2Nx2N) && ps_pu->b1_merge_flag))) in ihevcd_parse_coding_unit()
2604 ps_codec->s_parse.s_cu.i4_part_mode = PART_2Nx2N; in ihevcd_parse_slice_data()