Home
last modified time | relevance | path

Searched refs:band_start (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dac3.c126 int band_start, band_end, begin, end1; in ff_ac3_bit_alloc_calc_mask() local
133 band_start = ff_ac3_bin_to_band_tab[start]; in ff_ac3_bit_alloc_calc_mask()
136 if (band_start == 0) { in ff_ac3_bit_alloc_calc_mask()
168 begin = band_start; in ff_ac3_bit_alloc_calc_mask()
181 for (band = band_start; band < band_end; band++) { in ff_ac3_bit_alloc_calc_mask()
195 band = band_start; in ff_ac3_bit_alloc_calc_mask()
Don2avc.c62 const int *band_start; member
271 int band_size = c->band_start[b + 1] - c->band_start[b]; in on2avc_read_channel_data()
302 for (i = c->band_start[b]; i < c->band_start[b + 1]; i++) { in on2avc_apply_ms()
308 ch0 += c->band_start[b + 1] - c->band_start[b]; in on2avc_apply_ms()
309 ch1 += c->band_start[b + 1] - c->band_start[b]; in on2avc_apply_ms()
816 c->band_start = c->modes[c->window_type].band_start; in on2avc_decode_subframe()
Don2avcdata.h34 const int *band_start; member
Dac3dec.c484 int band_start = bin; in calc_transform_coeffs_cpl() local
489 for (bin = band_start; bin < band_end; bin++) { in calc_transform_coeffs_cpl()
494 for (bin = band_start; bin < band_end; bin++) in calc_transform_coeffs_cpl()
/third_party/weston/libweston/
Dinput.c4339 int band_start, in add_band_bottom_edges() argument
4345 for (i = band_start; i < band_end; i++) { in add_band_bottom_edges()
4362 int band_start, prev_band_start; in region_to_outline() local
4384 band_start = 0; in region_to_outline()
4394 band_start, in region_to_outline()
4407 band_start, in region_to_outline()
4414 band_start, in region_to_outline()
4428 band_start, in region_to_outline()
4433 prev_band_start = band_start; in region_to_outline()
4434 band_start = i; in region_to_outline()