Home
last modified time | relevance | path

Searched refs:band (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c118 int band, rc, v, token; in tokenize2nd_order_b() local
157 band = vp8_coef_bands[c]; in tokenize2nd_order_b()
164 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
168 ++x->coef_counts [1] [band] [pt] [token]; in tokenize2nd_order_b()
175 band = vp8_coef_bands[c]; in tokenize2nd_order_b()
177 t->context_tree = cpi->common.fc.coef_probs [1] [band] [pt]; in tokenize2nd_order_b()
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN]; in tokenize2nd_order_b()
209 int band, rc, v; in tokenize1st_order_b() local
258 band = vp8_coef_bands[c]; in tokenize1st_order_b()
265 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt]; in tokenize1st_order_b()
[all …]
Dencodemb.c253 int band; in optimize_b() local
311 band = vp8_coef_bands[i + 1]; in optimize_b()
314 mb->token_costs[type][band][pt][tokens[next][0].token]; in optimize_b()
316 mb->token_costs[type][band][pt][tokens[next][1].token]; in optimize_b()
369 band = vp8_coef_bands[i + 1]; in optimize_b()
373 rate0 += mb->token_costs[type][band][pt][ in optimize_b()
379 rate1 += mb->token_costs[type][band][pt][ in optimize_b()
414 band = vp8_coef_bands[i + 1]; in optimize_b()
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0]; in optimize_b()
425 tokens[next][1].rate += mb->token_costs[type][band][0][t1]; in optimize_b()
[all …]
/hardware/qcom/audio/post_proc/
Dequalizer.c85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band) in equalizer_get_band_level() argument
87 ALOGV("%s: band: %d level: %d", __func__, band, in equalizer_get_band_level()
88 context->band_levels[band] * 100); in equalizer_get_band_level()
89 return context->band_levels[band] * 100; in equalizer_get_band_level()
92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band, in equalizer_set_band_level() argument
95 ALOGV("%s: band: %d, level: %d", __func__, band, level); in equalizer_set_band_level()
101 context->band_levels[band] = level; in equalizer_set_band_level()
116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band) in equalizer_get_center_frequency() argument
118 ALOGV("%s: band: %d", __func__, band); in equalizer_get_center_frequency()
119 return (equalizer_band_freq_range[band][0] + in equalizer_get_center_frequency()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c63 ++coef_counts[band][ctx][token]; \
90 int band, c = 0; in decode_coefs() local
107 band = *band_translate++; in decode_coefs()
108 prob = coef_probs[band][ctx]; in decode_coefs()
110 ++eob_branch_count[band][ctx]; in decode_coefs()
124 band = *band_translate++; in decode_coefs()
125 prob = coef_probs[band][ctx]; in decode_coefs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c236 const uint8_t *const band = get_band_translate(tx_size); in tokenize_b() local
254 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, skip_eob, in tokenize_b()
255 counts[band[c]][pt]); in tokenize_b()
256 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b()
265 add_token(&t, coef_probs[band[c]][pt], in tokenize_b()
269 counts[band[c]][pt]); in tokenize_b()
270 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b()
278 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, 0, in tokenize_b()
279 counts[band[c]][pt]); in tokenize_b()
280 ++eob_branch[band[c]][pt]; in tokenize_b()
Dvp9_encodemb.c125 int best, band, pt; in optimize_b() local
173 band = band_translate[i + 1]; in optimize_b()
176 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b()
179 mb->token_costs[tx_size][type][ref][band][0][pt] in optimize_b()
222 band = band_translate[i + 1]; in optimize_b()
225 rate0 += mb->token_costs[tx_size][type][ref][band][!x][pt] in optimize_b()
230 rate1 += mb->token_costs[tx_size][type][ref][band][!x][pt] in optimize_b()
256 band = band_translate[i + 1]; in optimize_b()
262 mb->token_costs[tx_size][type][ref][band][1][0][t0]; in optimize_b()
267 mb->token_costs[tx_size][type][ref][band][1][0][t1]; in optimize_b()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h85 #define BAND_COEFF_CONTEXTS(band) ((band) == 0 ? 3 : COEFF_CONTEXTS) argument
/hardware/libhardware_legacy/include/hardware_legacy/
Dgscan.h29 int band, int max_channels, wifi_channel *channels, int *num_channels);
111 wifi_band band; // when UNSPECIFIED, use channel list member
212 wifi_band band; // band for this set of threshold params member
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifihal_internal.h75 u32 band,
Dgscan.cpp87 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels() argument
103 ret = lowiWifiHalApi->get_valid_channels(handle, band, max_channels, in wifi_get_valid_channels()
115 requestId, band, max_channels); in wifi_get_valid_channels()
152 band) || in wifi_get_valid_channels()
385 __FUNCTION__, i, bucketSpec.bucket, bucketSpec.band, in wifi_start_gscan()
396 bucketSpec.band) || in wifi_start_gscan()
1473 ssidThreshold.band) || in wifi_set_ssid_hotlist()
1487 i, ssidThreshold.band, in wifi_set_ssid_hotlist()
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band))) argument
Dwlioctl.h343 int8 band; /* band */ member
751 uint32 band; member
760 uint32 band; member
1022 uint band; /* band (optional) */ member
1785 uint16 band; member
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dp2p.h225 uint8 band; /* Regulatory Class (band) */ member
233 uint8 band; /* Regulatory Class (band) */ member
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dgscan.cpp207 int band; member in GetChannelListCommand
210 int num_max_ch, int band) in GetChannelListCommand() argument
212 max_channels(num_max_ch), num_channels(ch_num), band(band) in GetChannelListCommand()
225 ret = mMsg.put_u32(GSCAN_ATTRIBUTE_BAND, band); in create()
278 int band, int max_channels, wifi_channel *channels, int *num_channels) in wifi_get_valid_channels() argument
281 max_channels, band); in wifi_get_valid_channels()
488 mParams->buckets[i].band); in createSetupRequest()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_idct32x32_add_neon.asm314 ; idct32_bands loop). For each band, the transform input transposition
315 ; is done on demand, one band of four 8x8 matrices at a time. The four
1270 ; restore pointers to their initial indices for next band pass by