HomeSort by relevance Sort by last modified time
    Searched defs:pu4_buf (Results 1 - 8 of 8) sorted by null

  /external/libhevc/decoder/
ihevcd_bitstream.c 112 UWORD32 *pu4_buf; local
114 pu4_buf = (UWORD32 *)pu1_buf;
115 u4_temp = *pu4_buf++;
117 u4_temp = *pu4_buf++;
122 ps_bitstrm->pu4_buf = pu4_buf;
158 BITS_FLUSH(ps_bitstrm->pu4_buf,
194 BITS_FLUSH(ps_bitstrm->pu4_buf,
210 * Add given number of bits to bitstream offset and update pu4_buf, cur_word and
248 * and load cur_word appropriately and decrement pu4_buf
    [all...]
ihevcd_api.c 1637 UWORD32 *pu4_buf = (UWORD32 *)pv_buf; local
    [all...]
ihevcd_structs.h 77 UWORD32 *pu4_buf; member in struct:__anon23321
    [all...]
  /external/libavc/decoder/
ih264d_mb_utils.c 484 UWORD32 *pu4_buf; local
488 pu4_buf = (UWORD32 *)pu1_buf;
489 *pu4_buf = 0;
491 pu4_buf = (UWORD32 *)pu1_buf;
492 *pu4_buf = 0;
1172 UWORD32 *pu4_buf; local
    [all...]
ih264d_parse_islice.c 1214 UWORD32 *pu4_buf; local
1312 UWORD32 *pu4_buf; local
    [all...]
ih264d_parse_cabac.c 1200 UWORD32 *pu4_buf; local
1216 UWORD32 *pu4_buf; local
1226 UWORD32 *pu4_buf; local
    [all...]
ih264d_parse_pslice.c 753 UWORD32 *pu4_buf; local
757 pu4_buf = (UWORD32 *)pu1_buf;
758 *pu4_buf = 0;
760 pu4_buf = (UWORD32 *)pu1_buf;
761 *pu4_buf = 0;
763 pu4_buf = (UWORD32 *)pu1_buf;
764 *pu4_buf = 0;
766 pu4_buf = (UWORD32 *)pu1_buf;
767 *pu4_buf = 0;
    [all...]
  /external/libavc/encoder/
ih264e_process.c 2471 volatile UWORD32 *pu4_buf = &ps_codec->au4_entropy_thread_active[ctxt_sel]; local
    [all...]

Completed in 1637 milliseconds