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

  /external/tensorflow/tensorflow/core/kernels/
matrix_band_part_op_gpu.cu.cc 41 const int band_start = (num_lower_diags < 0 ? 0 : row - num_lower_diags); local
43 if (col < band_start || col >= band_end) {
  /external/libxaac/decoder/
ixheaacd_mps_temp_reshape.c 149 WORD32 band_start; local
156 band_start = 6;
171 for (jj = band_start; jj < self->hyb_band_count; jj++) {
187 for (jj = band_start; jj < self->hyb_band_count; jj++) {
ixheaacd_mps_dec.c 189 WORD32 band_start = 7; local
198 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) {
217 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) {
1322 WORD32 band_start = 0; local
    [all...]
ixheaacd_mps_parse.c 186 int band_start, int ixheaacd_num_bands) {
189 for (i = band_start; i < band_start + ixheaacd_num_bands; i++) {
194 for (i = band_start; i < band_start + ixheaacd_num_bands; i++) {
211 static int ixheaacd_mps_getstridemap(int freq_res_stride, int band_start,
216 data_bands = (band_stop - band_start - 1) / ch_fac + 1;
218 strides[0] = band_start;
604 int band_start, int band_stop,
608 input_bands = band_stop - band_start;
648 int i, j, band_start, band_stop, value; local
694 int band_start = 0; local
    [all...]
  /external/libopus/src/
analysis.c 638 int band_start, band_end; local
640 band_start = tbands[b];
642 for (i=band_start;i<band_end;i++)
661 if (E>.1*bandwidth_mask && E*1e9f > maxE && E > noise_floor*(band_end-band_start))
    [all...]

Completed in 87 milliseconds