Searched defs:dst_cnt (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_nal.c187 WORD32 dst_cnt; local
194 dst_cnt = 0;
201 pu1_dst[dst_cnt++] = u1_src;
216 dst_cnt -= zero_byte_cnt;
226 /* Decrement dst_cnt so that the next byte overwrites
249 /* Decrement dst_cnt so that the next byte overwrites
252 dst_cnt--;
257 pu1_dst[dst_cnt++] = u1_src;
263 *pi4_dst_len = dst_cnt;

Completed in 1022 milliseconds