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

  /external/libavc/decoder/
ih264d_cabac.c 65 UWORD32 u4_code_int_val_ofst; local
68 NEXTBITS(u4_code_int_val_ofst, ps_bitstrm->u4_ofst, ps_bitstrm->pu4_buffer,
75 ps_cab_env->u4_code_int_val_ofst = u4_code_int_val_ofst;
79 9 bits from the bit stream need to be read and into the u4_code_int_val_ofst.As and when the
239 UWORD32 u4_qnt_int_range, u4_code_int_range, u4_code_int_val_ofst, local
253 u4_code_int_val_ofst = ps_cab_env->u4_code_int_val_ofst;
271 CHECK_IF_LPS(u4_code_int_range, u4_code_int_val_ofst, u4_symbol,
281 RENORM_RANGE_OFFSET(u4_code_int_range, u4_code_int_val_ofst, u4_offset
317 UWORD32 u4_code_int_val_ofst, u4_code_int_range; local
399 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
470 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
538 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
625 UWORD32 u4_code_int_val_ofst, u4_code_int_range; local
719 UWORD32 u4_code_int_val_ofst, u4_code_int_range; local
    [all...]
ih264d_parse_cabac.c 74 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
89 u4_code_int_val_ofst = ps_cab_env->u4_code_int_val_ofst;
116 CHECK_IF_LPS(u4_code_int_range, u4_code_int_val_ofst, u4_symbol,
122 RENORM_RANGE_OFFSET(u4_code_int_range, u4_code_int_val_ofst,
194 CHECK_IF_LPS(u4_code_int_range, u4_code_int_val_ofst,
207 u4_code_int_val_ofst = (u4_code_int_val_ofst << u4_clz)
260 CHECK_IF_LPS(u4_code_int_range, u4_code_int_val_ofst,
362 u4_code_int_val_ofst, u4_symbol
588 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
    [all...]
ih264d_cabac.h 119 UWORD32 u4_code_int_val_ofst; member in struct:__anon23767
215 #define DECODE_ONE_BIN_MACRO(p_binCtxt_arg ,u4_code_int_range,u4_code_int_val_ofst, \
240 if(u4_code_int_val_ofst >= u4_code_int_range) \
244 u4_code_int_val_ofst -= u4_code_int_range; \
259 u4_code_int_val_ofst= (u4_code_int_val_ofst << u4_clz_m) | read_bits; \
ih264d_parse_mb_header.c 702 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
712 u4_code_int_val_ofst = ps_cab_env->u4_code_int_val_ofst;
718 u4_code_int_val_ofst, pu4_table, ps_bitstrm,
741 u4_code_int_val_ofst, pu4_table,
770 ps_cab_env->u4_code_int_val_ofst = u4_code_int_val_ofst;
799 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
815 u4_code_int_val_ofst = ps_cab_env->u4_code_int_val_ofst;
1230 UWORD32 u4_code_int_range, u4_code_int_val_ofst; local
1324 UWORD32 u4_code_int_val_ofst, u4_code_int_range; local
    [all...]

Completed in 77 milliseconds