Home | History | Annotate | Download | only in decoder

Lines Matching refs:u4_max_ofst

52  * \param u4_max_ofst : Number of bytes in Buffer.
66 UWORD32 u4_max_ofst,
70 if(u4_cur_pos + 1 < u4_max_ofst)
84 UWORD32 u4_max_ofst,
93 while(u4_cur_pos < u4_max_ofst)
114 while(u4_cur_pos < u4_max_ofst)
123 ih264d_check_if_aud(pu1_buf, u4_cur_pos, u4_max_ofst,
154 UWORD32 u4_max_ofst,
163 ih264d_find_start_code(pu1_buf, u4_cur_pos, u4_max_ofst,
347 ps_bitstrm->u4_max_ofst = ((u4_num_bytes_in_rbsp + NAL_FIRST_BYTE_SIZE) << 3);
374 ui_lastWord = (ps_bitstrm->u4_max_ofst >> 5);
375 i = (ps_bitstrm->u4_max_ofst >> 3) & 0x03;
392 ps_bitstrm->u4_max_ofst = ps_bitstrm->u4_max_ofst - (i + 1);