Searched refs:zero_byte_cnt (Results 1 – 2 of 2) sorted by relevance
100 WORD32 zero_byte_cnt; in ihevcd_nal_search_start_code() local105 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() local196 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 …]
88 WORD32 zero_byte_cnt = 0; in ih264d_find_start_code() local96 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()