Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_nal.c100 WORD32 zero_byte_cnt; in ihevcd_nal_search_start_code() local
105 zero_byte_cnt = 0; in ihevcd_nal_search_start_code()
112 zero_byte_cnt = 0; in ihevcd_nal_search_start_code()
116 zero_byte_cnt++; in ihevcd_nal_search_start_code()
119 (zero_byte_cnt >= NUM_ZEROS_BEFORE_START_CODE)) in ihevcd_nal_search_start_code()
130 (zero_byte_cnt >= NUM_ZEROS_BEFORE_START_CODE)) in ihevcd_nal_search_start_code()
189 WORD32 zero_byte_cnt; in ihevcd_nal_remv_emuln_bytes() local
196 zero_byte_cnt = 0; in ihevcd_nal_remv_emuln_bytes()
205 zero_byte_cnt = 0; in ihevcd_nal_remv_emuln_bytes()
209 zero_byte_cnt++; in ihevcd_nal_remv_emuln_bytes()
[all …]
/external/libavc/decoder/
Dih264d_nal.c88 WORD32 zero_byte_cnt = 0; in ih264d_find_start_code() local
96 zero_byte_cnt++; in ih264d_find_start_code()
98 == 0x01 && zero_byte_cnt >= NUM_OF_ZERO_BYTES_BEFORE_START_CODE) in ih264d_find_start_code()
106 zero_byte_cnt = 0; in ih264d_find_start_code()
112 zero_byte_cnt = 0; in ih264d_find_start_code()
118 zero_byte_cnt++; in ih264d_find_start_code()
120 == 0x01 && zero_byte_cnt >= NUM_OF_ZERO_BYTES_BEFORE_START_CODE) in ih264d_find_start_code()
125 return (u4_cur_pos - zero_byte_cnt - ui_curPosTemp); in ih264d_find_start_code()
129 zero_byte_cnt = 0; in ih264d_find_start_code()
134 return (u4_cur_pos - zero_byte_cnt - ui_curPosTemp); //(START_CODE_NOT_FOUND); in ih264d_find_start_code()