/external/libhevc/decoder/ |
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_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); 182 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, 187 BITS_GET(ps_cabac->u4_ofst, ps_bitstrm->pu4_buf, ps_bitstrm->u4_bit_ofst, 227 UWORD32 u4_ofst = ps_cabac->u4_ofst; local 258 if(u4_ofst >= u4_range) 261 u4_ofst -= u4_range; 282 u4_ofst <<= numbits 321 UWORD32 u4_ofst = ps_cabac->u4_ofst; local 369 UWORD32 u4_ofst = ps_cabac->u4_ofst; local 467 UWORD32 u4_ofst = ps_cabac->u4_ofst; local 601 UWORD32 u4_ofst = ps_cabac->u4_ofst; local [all...] |
/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:__anon13869 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_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_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_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:__anon13899 [all...] |
ih264d_vui.c | 72 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; 129 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
|
ih264d_parse_headers.c | 196 UWORD32 *pu4_bitstrm_ofst = &ps_dec->ps_bitstrm->u4_ofst; 373 if(ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst + 8) 483 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; [all...] |
ih264d_inter_pred.c | 259 /* Calulating the horizontal and the vertical u4_ofst from top left */ 279 /* Calulating the horizontal and the vertical u4_ofst from top left */ 352 /* Calulating the horizontal and the vertical u4_ofst from top left */ 371 /* Calulating the horizontal and the vertical u4_ofst from top left */ 615 /* Calulating the horizontal and the vertical u4_ofst from top left */ 632 /* Calulating the horizontal and the vertical u4_ofst from top left */ 761 /* Calulating the horizontal and the vertical u4_ofst from top left */ 779 /* Calulating the horizontal and the vertical u4_ofst from top left */ [all...] |
ih264d_parse_islice.c | 102 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; 764 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; [all...] |
ih264d_parse_pslice.c | 91 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; [all...] |
ih264d_utils.c | [all...] |
ih264d_parse_mb_header.c | 811 u4_offset = ps_bitstrm->u4_ofst; [all...] |
ih264d_quant_scaling.c | 54 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst;
|
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_bslice.c | 81 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; 753 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; [all...] |
ih264d_defs.h | 559 /**< Maimum u4_ofst by which the Mvs could point outside the frame buffers
|
ih264d_dpb_mgr.c | 729 UWORD32 *pu4_bitstrm_ofst = &ps_dec->ps_bitstrm->u4_ofst; 849 UWORD32 *pu4_bitstrm_ofst = &ps_bitstrm->u4_ofst; 850 UWORD32 u4_bit_ofst = ps_dec->ps_bitstrm->u4_ofst; [all...] |
ih264d_nal.c | 346 ps_bitstrm->u4_ofst = 0;
|
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_tables.c | [all...] |