/external/libavc/decoder/ |
ih264d_bitstrm.h | 58 UWORD32 u4_ofst; /* Offset in the buffer for the current bit */ member in struct:__anon15319 92 (ps_bitstrm->u4_ofst < ps_bitstrm->u4_max_ofst) 94 (ps_bitstrm->u4_ofst > ps_bitstrm->u4_max_ofst)
|
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:__anon15349 [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); 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...] |
ihevcd_structs.h | 109 UWORD32 u4_ofst; member in struct:cab_ctxt [all...] |