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

/external/libhevc/common/
H A Dihevc_defs.h152 PART_NxN = 3, enumerator in enum:__anon9531
/external/libhevc/decoder/
H A Dihevcd_intra_pred_mode_prediction.c189 num_pred_blocks = (ps_cu->i4_part_mode == PART_NxN) ? 2 : 1;
307 /* If partition is PART_NxN, then left is available for second column always */
311 /* If partition is PART_NxN, then top is available for bottom row always */
H A Dihevcd_parse_slice.c1074 part_cnt = (part_mode == PART_NxN) ? 4 : 1;
1408 part_mode = (bin) ? PART_2Nx2N : PART_NxN;
1460 (PART_NxN == ps_codec->s_parse.s_cu.i4_part_mode))
1543 { /* PART_NxN */

Completed in 123 milliseconds