Home
last modified time | relevance | path

Searched refs:size_table (Results 1 - 4 of 4) sorted by relevance

/third_party/pulseaudio/src/pulse/
H A Dsample.c36 static const size_t size_table[] = { variable
55 return size_table[f]; in pa_sample_size_of_format()
62 return size_table[spec->format]; in pa_sample_size()
69 return size_table[spec->format] * spec->channels; in pa_frame_size()
76 return spec->rate * size_table[spec->format] * spec->channels; in pa_bytes_per_second()
83 return (((pa_usec_t) (length / (size_table[spec->format] * spec->channels)) * PA_USEC_PER_SEC) / spec->rate); in pa_bytes_to_usec()
90 return (size_t) (((t * spec->rate) / PA_USEC_PER_SEC)) * (size_table[spec->format] * spec->channels); in pa_usec_to_bytes()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-trak-table.hh85 hb_array_t<const HBFixed> size_table ((base+sizeTable).arrayZ, sizes); in interpolate_at()
87 float s0 = size_table[idx].to_float (); in interpolate_at()
88 float s1 = size_table[idx + 1].to_float (); in interpolate_at()
123 hb_array_t<const HBFixed> size_table ((base+sizeTable).arrayZ, sizes); in get_tracking()
126 if (size_table[size_index].to_float () >= ptem) in get_tracking()
/third_party/ffmpeg/libavcodec/
H A Dvima.c39 static const uint8_t size_table[] = { variable
172 lookup_size = size_table[step_index]; in decode_frame()
H A Dvc1_block.c246 val = size_table[index1] - (!s->quarter_sample && index1 == 5); \
255 val = size_table[index1] - (!s->quarter_sample && index1 == 5); \
1283 static const uint8_t size_table[6] = { 0, 2, 3, 4, 5, 8 }; variable

Completed in 11 milliseconds