Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1349 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1479 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1486 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1491 ps_pu->b2_part_idx = 1; in ihevcd_parse_coding_unit()
1497 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1501 ps_pu->b2_part_idx = 1; in ihevcd_parse_coding_unit()
1507 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1511 ps_pu->b2_part_idx = 1; in ihevcd_parse_coding_unit()
1517 ps_pu->b2_part_idx = 0; in ihevcd_parse_coding_unit()
1521 ps_pu->b2_part_idx = 1; in ihevcd_parse_coding_unit()
[all …]
Dihevcd_get_mv.c315 if((PART_Nx2N == ps_pu->b3_part_mode) && (1 == ps_pu->b2_part_idx)) in ihevcd_get_mv_ctb()
319 else if((PART_2NxN == ps_pu->b3_part_mode) && (1 == ps_pu->b2_part_idx)) in ihevcd_get_mv_ctb()
407 part_idx = ps_pu->b2_part_idx; in ihevcd_get_mv_ctb()
/external/libhevc/common/
Dihevc_structs.h425 UWORD32 b2_part_idx : 2; member