Searched refs:u4_sig_coeff_map_shift (Results 1 – 1 of 1) sorted by relevance
664 UWORD32 u4_sig_coeff_map_shift; in ihevcd_parse_residual_coding() local668 u4_sig_coeff_map_shift = u4_sig_coeff_map << clz; in ihevcd_parse_residual_coding()678 if((u4_sig_coeff_map_shift >> 31) & 1) in ihevcd_parse_residual_coding()719 u4_sig_coeff_map_shift <<= 1; in ihevcd_parse_residual_coding()722 clz = CLZ(u4_sig_coeff_map_shift); in ihevcd_parse_residual_coding()723 u4_sig_coeff_map_shift <<= clz; in ihevcd_parse_residual_coding()725 }while(u4_sig_coeff_map_shift); in ihevcd_parse_residual_coding()772 UWORD32 u4_sig_coeff_map_shift; in ihevcd_parse_residual_coding() local775 u4_sig_coeff_map_shift = u4_sig_coeff_map << clz; in ihevcd_parse_residual_coding()780 if((u4_sig_coeff_map_shift >> 31) & 1) in ihevcd_parse_residual_coding()[all …]