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

  /external/libavc/decoder/
ih264d_process_intra_mb.c 162 UWORD16 u2_sig_coeff_map = ps_tu_4x4->u2_sig_coeff_map; local
169 while(u2_sig_coeff_map)
171 idx = CLZ(u2_sig_coeff_map);
174 RESET_BIT(u2_sig_coeff_map,idx);
    [all...]
ih264d_utils.c 2310 UWORD16 u2_sig_coeff_map = ps_tu_4x4->u2_sig_coeff_map; local
    [all...]
ih264d_structs.h 681 UWORD16 u2_sig_coeff_map; member in struct:__anon22126
    [all...]
  /external/libavc/encoder/
ih264e_cabac_encode.c 712 * @param[in] u2_sig_coeff_map
733 UWORD16 u2_sig_coeff_map,
743 UWORD8 u1_last_sig_coef_index = (31 - CLZ(u2_sig_coeff_map));
758 u1_bin = !!(u2_sig_coeff_map & 01);
784 u1_bin = !!((u2_sig_coeff_map >> i) & 01);
893 UWORD16 u2_sig_coeff_map; local
901 u2_sig_coeff_map, pi2_res_block);
925 u2_sig_coeff_map,
973 UWORD16 u2_sig_coeff_map; local
993 u1_nnz, u2_sig_coeff_map, pi2_res_block)
1150 UWORD16 u2_sig_coeff_map; local
    [all...]
  /external/libavc/common/
ih264_structs.h 1570 UWORD16 u2_sig_coeff_map; member in struct:__anon22052
    [all...]
  /external/libhevc/common/
ihevc_structs.h 1774 UWORD16 u2_sig_coeff_map; member in struct:__anon23213
    [all...]

Completed in 769 milliseconds