Home
last modified time | relevance | path

Searched refs:part_mode (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_mv_merge.c467 WORD32 part_mode, in ihevcd_mv_merge() argument
555 ((part_mode == PART_Nx2N) || (part_mode == PART_nLx2N) || in ihevcd_mv_merge()
556 (part_mode == PART_nRx2N))) in ihevcd_mv_merge()
601 ((part_mode == PART_2NxN) || (part_mode == PART_2NxnU) || in ihevcd_mv_merge()
602 (part_mode == PART_2NxnD))) in ihevcd_mv_merge()
Dihevcd_parse_slice.c914 WORD32 part_mode; in ihevcd_parse_part_mode_amp() local
917 part_mode = 0; in ihevcd_parse_part_mode_amp()
942 part_mode = gau1_part_mode_amp[part_mode_idx]; in ihevcd_parse_part_mode_amp()
944 return part_mode; in ihevcd_parse_part_mode_amp()
958 WORD32 part_mode = ps_codec->s_parse.s_cu.i4_part_mode; in ihevcd_parse_coding_unit_intra() local
975 if((PART_2Nx2N == part_mode) && (ps_sps->i1_pcm_enabled_flag) in ihevcd_parse_coding_unit_intra()
1074 part_cnt = (part_mode == PART_NxN) ? 4 : 1; in ihevcd_parse_coding_unit_intra()
1357 WORD32 part_mode; in ihevcd_parse_coding_unit() local
1408 part_mode = (bin) ? PART_2Nx2N : PART_NxN; in ihevcd_parse_coding_unit()
1420 part_mode = ihevcd_parse_part_mode_amp(ps_cabac, ps_bitstrm); in ihevcd_parse_coding_unit()
[all …]
Dihevcd_mv_merge.h86 WORD32 part_mode,
Dihevcd_get_mv.c403 WORD32 part_mode; in ihevcd_get_mv_ctb() local
405 part_mode = ps_pu->b3_part_mode; in ihevcd_get_mv_ctb()
410 nbr_pu_idx_strd, ps_pu, part_mode, in ihevcd_get_mv_ctb()