/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 | 191 WORD32 band_start = 7; local 200 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) { 219 for (idx = band_start; idx < self->mps_decor.num_bins; idx++) { 1327 WORD32 band_start = 0; local [all...] |
ixheaacd_mps_parse.c | 192 int band_start, int ixheaacd_num_bands) { 195 for (i = band_start; i < band_start + ixheaacd_num_bands; i++) { 200 for (i = band_start; i < band_start + ixheaacd_num_bands; i++) { 217 static int ixheaacd_mps_getstridemap(int freq_res_stride, int band_start, 222 data_bands = (band_stop - band_start - 1) / ch_fac + 1; 224 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 693 int band_start = 0; local [all...] |
/external/libopus/src/ |
analysis.c | 749 int band_start, band_end; local 751 band_start = tbands[b]; 753 for (i=band_start;i<band_end;i++) 761 if (band_start < 64) 775 if (E*1e9f > maxE && (Em > 3*noise_floor*(band_end-band_start) || E > noise_floor*(band_end-band_start))) [all...] |