Home
last modified time | relevance | path

Searched refs:idx_l (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_phy.c1592 u8 idx_l, idx_r; in ath5k_get_chan_pcal_surrounding_piers() local
1596 idx_l = 0; in ath5k_get_chan_pcal_surrounding_piers()
1615 idx_l = idx_r = 0; in ath5k_get_chan_pcal_surrounding_piers()
1623 idx_l = idx_r = max; in ath5k_get_chan_pcal_surrounding_piers()
1637 idx_l = idx_r = i; in ath5k_get_chan_pcal_surrounding_piers()
1646 idx_l = idx_r - 1; in ath5k_get_chan_pcal_surrounding_piers()
1652 *pcinfo_l = &pcinfo[idx_l]; in ath5k_get_chan_pcal_surrounding_piers()
1671 u8 idx_l, idx_r; in ath5k_get_rate_pcal_data() local
1675 idx_l = 0; in ath5k_get_rate_pcal_data()
1693 idx_l = idx_r = 0; in ath5k_get_rate_pcal_data()
[all …]
/external/libhevc/decoder/
Dihevcd_sao.c2081 WORD32 au4_idx_l[8], idx_l; in ihevcd_sao_shift_ctb() local
2211idx_l = au4_idx_l[6] = pu1_slice_idx[ctbx_l + (ctby_l * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2225 …au4_ilf_across_tile_slice_enable[2] = (ps_slice_hdr_base + idx_l)->i1_slice_loop_filter_across_sl… in ihevcd_sao_shift_ctb()
2234 if(idx_l < au4_idx_l[5]) in ihevcd_sao_shift_ctb()
2246 if(au4_idx_l[i] != idx_l) in ihevcd_sao_shift_ctb()
2282idx_l = au4_idx_l[6] = pu1_tile_idx[ctbx_l + (ctby_l * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2290 if(au4_idx_l[i] != idx_l) in ihevcd_sao_shift_ctb()
2481idx_l = au4_idx_l[6] = pu1_slice_idx[ctbx_l + (ctby_l * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2495 …au4_ilf_across_tile_slice_enable[2] = (ps_slice_hdr_base + idx_l)->i1_slice_loop_filter_across_sl… in ihevcd_sao_shift_ctb()
2499 if(au4_idx_l[5] > idx_l) in ihevcd_sao_shift_ctb()
[all …]