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

/external/libhevc/common/
H A Dihevc_defs.h149 PART_2Nx2N = 0, enumerator in enum:__anon8033
/external/libhevc/decoder/
H A Dihevcd_intra_pred_mode_prediction.c315 /* In case it is PART_2Nx2N partition, replicate intra pred mode in other three entries */
316 if(ps_cu->i4_part_mode == PART_2Nx2N)
H A Dihevcd_parse_slice.c162 (PART_2Nx2N != ps_codec->s_parse.s_cu.i4_part_mode) &&
975 if((PART_2Nx2N == part_mode) && (ps_sps->i1_pcm_enabled_flag)
1346 ps_codec->s_parse.s_cu.i4_part_mode = PART_2Nx2N;
1408 part_mode = (bin) ? PART_2Nx2N : PART_NxN;
1475 if(part_mode == PART_2Nx2N)
1572 (!((part_mode == PART_2Nx2N) && ps_pu->b1_merge_flag)))
2604 ps_codec->s_parse.s_cu.i4_part_mode = PART_2Nx2N;

Completed in 84 milliseconds