HomeSort by relevance Sort by last modified time
    Searched refs:u4_ofst (Results 1 - 24 of 24) sorted by null

  /external/libavc/decoder/
ih264d_bitstrm.c 67 GETBIT(u4_code, ps_stream->u4_ofst, ps_stream->pu4_buffer);
94 GETBITS(u4_code, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, u4_num_bits);
117 UWORD32 u4_word_off = (ps_bitstrm->u4_ofst >> 5);
118 UWORD32 u4_bit_off = ps_bitstrm->u4_ofst & 0x1F;
152 ps_bitstrm->u4_ofst += u4_num_bits;
154 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
166 * Checks whether the bit ps_bitstrm u4_ofst is at byte boundary.
171 * Returns 1 if bit ps_bitstrm u4_ofst is at byte alligned position else zero.
177 if(ps_bitstrm->u4_ofst & 0x07)
ih264d_cabac.c 68 NEXTBITS(u4_code_int_val_ofst, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer,
70 FLUSHBITS(ps_bitstrm->u4_ofst, 9)
72 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
90 It can be mathematical proved that even with the modified range and u4_ofst the operations
279 u4_offset = ps_bitstrm->u4_ofst;
284 ps_bitstrm->u4_ofst = u4_offset;
333 /*the u4_ofst needs to be updated before termination*/
334 ps_stream->u4_ofst += u4_clz;
349 u4_offset = ps_stream->u4_ofst;
353 ps_stream->u4_ofst = u4_offset
    [all...]
ih264d_bitstrm.h 58 UWORD32 u4_ofst; /* Offset in the buffer for the current bit */ member in struct:__anon22095
92 (ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst)
94 (ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
ih264d_sei.c 78 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
185 u4_start_offset = ps_bitstrm->u4_ofst;
199 u4_bits_consumed = ps_bitstrm->u4_ofst - u4_start_offset;
233 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
383 while(ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst);
ih264d_parse_cavlc.c 58 /* It also increases bitstream u4_ofst by the number of bits */
61 /* Inputs : bitstream base pointer and bitsream u4_ofst in bits */
64 /* Outputs : UEV decoded syntax element and incremented ps_bitstrm u4_ofst */
67 /* Issues : Does not check if ps_bitstrm u4_ofst exceeds max ps_bitstrm i4_size */
103 /* It also increases bitstream u4_ofst by the number of bits */
106 /* Inputs : bitstream base pointer and bitsream u4_ofst in bits */
109 /* Outputs : SEV decoded syntax element and incremented ps_bitstrm u4_ofst */
112 /* Issues : Does not check if ps_bitstrm u4_ofst exceeds max ps_bitstrm i4_size */
159 /* Inputs : bitstream base pointer and bitsream u4_ofst in bits */
162 /* Outputs : TEV decoded syntax element and incremented ps_bitstrm u4_ofst */
    [all...]
ih264d_cabac.h 167 consumed in the u4_ofst exceeds 23*/
254 u4_offset = p_DecBitStream_m->u4_ofst; \
262 p_DecBitStream_m->u4_ofst = u4_offset; \
ih264d_vui.c 72 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
129 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
ih264d_parse_islice.c 102 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
762 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
    [all...]
ih264d_nal.c 346 ps_bitstrm->u4_ofst = 0;
ih264d_parse_headers.c 196 UWORD32 *pu4_bitstrm_ofst = &ps_dec->ps_bitstrm->u4_ofst;
375 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst + 8)
485 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
    [all...]
ih264d_quant_scaling.c 54 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
ih264d_utils.c     [all...]
ih264d_parse_pslice.c 91 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
    [all...]
ih264d_parse_cabac.c 85 u4_offset = ps_bitstrm->u4_ofst;
566 ps_bitstrm->u4_ofst = u4_offset;
633 u4_offset = ps_bitstrm->u4_ofst;
    [all...]
ih264d_parse_mb_header.c 811 u4_offset = ps_bitstrm->u4_ofst;
    [all...]
ih264d_dpb_mgr.c 732 UWORD32 *pu4_bitstrm_ofst = &ps_dec->ps_bitstrm->u4_ofst;
852 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
853 UWORD32 u4_bit_ofst = ps_dec->ps_bitstrm->u4_ofst;
    [all...]
ih264d_parse_bslice.c 81 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
753 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
    [all...]
ih264d_process_intra_mb.c 121 GETBIT(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer);
125 GETBITS(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, 3);
143 GETBIT(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer);
147 GETBITS(u4_temp, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer, 3);
    [all...]
ih264d_process_pslice.c 141 /* weighted u4_ofst pointer calculations, this loop */
817 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
    [all...]
ih264d_structs.h 164 /* u4_ofst from start of picture buffer to display position for Y buffer */
167 /* u4_ofst from start of picture buffer to display position for UV buffer */
257 UWORD8 *u1_pi1_wt_ofst_rec_v; /** Pointer to packed weight and u4_ofst */
385 WORD8 i1_chroma_qp_index_offset; /** Chroma QP u4_ofst w.r.t QPY {-12,12} */
499 WORD8 i1_slice_alpha_c0_offset; /** dblk: alpha and C0 table u4_ofst {-12,12}*/
500 WORD8 i1_slice_beta_offset; /** dblk: beta table u4_ofst {-12, 12}*/
522 /* [list0/list1]:[ref pics index]:[0-Y 1-Cb 2-Cr] [weight/u4_ofst],
524 unsigned. LSB byte : weight and MSB byte: u4_ofst */
544 WORD8 i1_slice_alpha_c0_offset; /** dblk: alpha and C0 table u4_ofst {-12,12}*/
545 WORD8 i1_slice_beta_offset; /** dblk: beta table u4_ofst {-12, 12}*
662 UWORD32 u4_ofst[3]; member in struct:__anon22125
    [all...]
ih264d_parse_slice.c     [all...]
  /external/libhevc/decoder/
ihevcd_cabac.c 151 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst,
156 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst,
165 DEBUG_RANGE_OFST("init", ps_cabac->u4_range, ps_cabac->u4_ofst);
170 if(ps_cabac->u4_ofst >= ps_cabac->u4_range)
191 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst,
196 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst,
236 UWORD32 u4_ofst = ps_cabac->u4_ofst; local
267 if(u4_ofst >= u4_range)
270 u4_ofst -= u4_range
330 UWORD32 u4_ofst = ps_cabac->u4_ofst; local
378 UWORD32 u4_ofst = ps_cabac->u4_ofst; local
476 UWORD32 u4_ofst = ps_cabac->u4_ofst; local
610 UWORD32 u4_ofst = ps_cabac->u4_ofst; local
    [all...]
ihevcd_cabac.h 62 UWORD32 u4_ofst = ps_cabac->u4_ofst; \
85 if(u4_ofst >= u4_range) \
88 u4_ofst -= u4_range; \
106 u4_ofst <<= numbits; \
107 u4_ofst |= u4_bits; \
113 ps_cabac->u4_ofst = u4_ofst; \
126 UWORD32 u4_ofst = ps_cabac->u4_ofst; \
    [all...]
ihevcd_structs.h 109 UWORD32 u4_ofst; member in struct:cab_ctxt
    [all...]

Completed in 124 milliseconds