Home
last modified time | relevance | path

Searched refs:size_table (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulse/
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) / s… in pa_bytes_to_usec()
90 …return (size_t) (((t * spec->rate) / PA_USEC_PER_SEC)) * (size_table[spec->format] * spec->channel… in pa_usec_to_bytes()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-trak-table.hh85 hb_array_t<const HBFixed> size_table ((base+sizeTable).arrayZ, sizes); in interpolate_at() local
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() local
126 if (size_table[size_index].to_float () >= ptem) in get_tracking()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-trak-table.hh85 hb_array_t<const Fixed> size_table ((base+sizeTable).arrayZ, sizes); in interpolate_at() local
87 float s0 = size_table[idx].to_float (); in interpolate_at()
88 float s1 = size_table[idx + 1].to_float (); in interpolate_at()
130 hb_array_t<const Fixed> size_table ((base+sizeTable).arrayZ, sizes); in get_tracking() local
133 if (size_table[size_index].to_float () >= csspx) in get_tracking()
/third_party/harfbuzz/src/
Dhb-aat-layout-trak-table.hh85 hb_array_t<const HBFixed> size_table ((base+sizeTable).arrayZ, sizes); in interpolate_at() local
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() local
126 if (size_table[size_index].to_float () >= ptem) in get_tracking()
/third_party/ffmpeg/libavcodec/
Dvima.c38 static const uint8_t size_table[] = { variable
172 lookup_size = size_table[step_index]; in decode_frame()
Dvc1_block.c245 val = size_table[index1] - (!s->quarter_sample && index1 == 5); \
254 val = size_table[index1] - (!s->quarter_sample && index1 == 5); \
1282 static const uint8_t size_table[6] = { 0, 2, 3, 4, 5, 8 }; variable