Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c913 WORD32 part_mode_idx; in ihevcd_parse_part_mode_amp() local
924 part_mode_idx = bin; in ihevcd_parse_part_mode_amp()
925 part_mode_idx <<= 1; in ihevcd_parse_part_mode_amp()
933 part_mode_idx |= bin; in ihevcd_parse_part_mode_amp()
935 part_mode_idx <<= 1; in ihevcd_parse_part_mode_amp()
940 part_mode_idx |= bin; in ihevcd_parse_part_mode_amp()
942 part_mode = gau1_part_mode_amp[part_mode_idx]; in ihevcd_parse_part_mode_amp()