Searched defs:band (Results 1 - 11 of 11) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtokenize.c118 int band, rc, v, token; local
130 /* c = band for this case */
157 band = vp8_coef_bands[c];
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
168 ++x->coef_counts [1] [band] [pt] [token];
175 band = vp8_coef_bands[c];
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt];
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
209 int band, rc, v; local
229 /* c = band fo
430 int type, band, pt, t; local
529 int band; local
[all...]
H A Dencodemb.c253 int band; local
311 band = vp8_coef_bands[i + 1];
314 mb->token_costs[type][band][pt][tokens[next][0].token];
316 mb->token_costs[type][band][pt][tokens[next][1].token];
369 band = vp8_coef_bands[i + 1];
373 rate0 += mb->token_costs[type][band][pt][
379 rate1 += mb->token_costs[type][band][pt][
414 band = vp8_coef_bands[i + 1];
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
425 tokens[next][1].rate += mb->token_costs[type][band][
[all...]
/hardware/qcom/audio/post_proc/
H A Dequalizer.c85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band) argument
87 ALOGV("%s: band: %d level: %d", __func__, band,
88 context->band_levels[band] * 100);
89 return context->band_levels[band] * 100;
92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band, argument
95 ALOGV("%s: band: %d, level: %d", __func__, band, level);
101 context->band_levels[band] = level;
116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band) argument
123 equalizer_get_band_freq_range(equalizer_context_t *context __unused, int32_t band, uint32_t *low, uint32_t *high) argument
353 int32_t band; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_detokenize.c63 ++coef_counts[band][ctx][token]; \
90 int band, c = 0; local
107 band = *band_translate++;
108 prob = coef_probs[band][ctx];
110 ++eob_branch_count[band][ctx];
124 band = *band_translate++;
125 prob = coef_probs[band][ctx];
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dgscan.h25 int band, int max_channels, wifi_channel *channels, int *num_channels);
97 wifi_band band; // when UNSPECIFIED, use channel list member in struct:__anon1344
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c125 int best, band, pt; local
173 band = band_translate[i + 1];
176 mb->token_costs[tx_size][type][ref][band][0][pt]
179 mb->token_costs[tx_size][type][ref][band][0][pt]
222 band = band_translate[i + 1];
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt]
230 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt]
256 band = band_translate[i + 1];
262 mb->token_costs[tx_size][type][ref][band][1][0][t0];
267 mb->token_costs[tx_size][type][ref][band][
[all...]
H A Dvp9_tokenize.c236 const uint8_t *const band = get_band_translate(tx_size); local
254 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, skip_eob,
255 counts[band[c]][pt]);
256 eob_branch[band[c]][pt] += !skip_eob;
265 add_token(&t, coef_probs[band[c]][pt],
269 counts[band[c]][pt]);
270 eob_branch[band[c]][pt] += !skip_eob;
278 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, 0,
279 counts[band[c]][pt]);
280 ++eob_branch[band[
[all...]
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dgscan.cpp156 int band; member in class:GetChannelListCommand
159 int num_max_ch, int band)
161 band(band)
174 ret = mMsg.put_u32(GSCAN_ATTRIBUTE_BAND, band);
227 int band, int max_channels, wifi_channel *channels, int *num_channels)
230 max_channels, band);
445 mParams->buckets[i].band);
158 GetChannelListCommand(wifi_interface_handle iface, wifi_channel *channel_buf, int *ch_num, int num_max_ch, int band) argument
226 wifi_get_valid_channels(wifi_interface_handle handle, int band, int max_channels, wifi_channel *channels, int *num_channels) argument
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dgscan.cpp36 int band, int max_channels, wifi_channel *channels, int *num_channels)
85 band) ||
316 bucketSpec.band) ||
35 wifi_get_valid_channels(wifi_interface_handle handle, int band, int max_channels, wifi_channel *channels, int *num_channels) argument
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dp2p.h225 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_channel_se_s
233 uint8 band; /* Regulatory Class (band) */ member in struct:wifi_p2p_chanlist_entry_s
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h327 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
343 int8 band; /* band */ member in struct:wl_extdscan_params
670 #define CCA_FLAG_2G_ONLY 0x01 /* Return a channel from 2.4 Ghz band */
671 #define CCA_FLAG_5G_ONLY 0x02 /* Return a channel from 2.4 Ghz band */
676 #define CCA_ERRNO_BAND 1 /* After filtering for band pref, no choices left */
751 uint32 band; member in struct:wl_channels_in_country
760 uint32 band; member in struct:wl_country_list
1022 uint band; /* band (optiona member in struct:__anon66
1785 uint16 band; member in struct:wl_po
[all...]

Completed in 369 milliseconds