/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-resampler-neon.h | 68 const gint16 *c[2] = {(gint16*)((gint8*)b + 0*bstride), in inner_product_gint16_linear_1_neon() 69 (gint16*)((gint8*)b + 1*bstride)}; in inner_product_gint16_linear_1_neon() 124 const gint16 *c[4] = {(gint16*)((gint8*)b + 0*bstride), in inner_product_gint16_cubic_1_neon() 125 (gint16*)((gint8*)b + 1*bstride), in inner_product_gint16_cubic_1_neon() 126 (gint16*)((gint8*)b + 2*bstride), in inner_product_gint16_cubic_1_neon() 127 (gint16*)((gint8*)b + 3*bstride)}; in inner_product_gint16_cubic_1_neon() 179 const gint16 *c[2] = {(gint16*)((gint8*)a + 0*astride), in interpolate_gint16_linear_neon() 180 (gint16*)((gint8*)a + 1*astride)}; in interpolate_gint16_linear_neon() 210 const gint16 *c[4] = {(gint16*)((gint8*)a + 0*astride), in interpolate_gint16_cubic_neon() 211 (gint16*)((gint8*)a + 1*astride), in interpolate_gint16_cubic_neon() [all …]
|
D | audio-resampler-x86-sse2.c | 65 const gint16 *c[2] = { (gint16 *) ((gint8 *) b + 0 * bstride), in inner_product_gint16_linear_1_sse2() 66 (gint16 *) ((gint8 *) b + 1 * bstride) in inner_product_gint16_linear_1_sse2() 118 const gint16 *c[4] = { (gint16 *) ((gint8 *) b + 0 * bstride), in inner_product_gint16_cubic_1_sse2() 119 (gint16 *) ((gint8 *) b + 1 * bstride), in inner_product_gint16_cubic_1_sse2() 120 (gint16 *) ((gint8 *) b + 2 * bstride), in inner_product_gint16_cubic_1_sse2() 121 (gint16 *) ((gint8 *) b + 3 * bstride) in inner_product_gint16_cubic_1_sse2() 202 const gdouble *c[2] = { (gdouble *) ((gint8 *) b + 0 * bstride), in inner_product_gdouble_linear_1_sse2() 203 (gdouble *) ((gint8 *) b + 1 * bstride) in inner_product_gdouble_linear_1_sse2() 228 const gdouble *c[4] = { (gdouble *) ((gint8 *) b + 0 * bstride), in inner_product_gdouble_cubic_1_sse2() 229 (gdouble *) ((gint8 *) b + 1 * bstride), in inner_product_gdouble_cubic_1_sse2() [all …]
|
D | audio-resampler-x86-sse.c | 55 const gfloat *c[2] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_linear_1_sse() 56 (gfloat *) ((gint8 *) b + 1 * bstride) in inner_product_gfloat_linear_1_sse() 83 const gfloat *c[4] = { (gfloat *) ((gint8 *) b + 0 * bstride), in inner_product_gfloat_cubic_1_sse() 84 (gfloat *) ((gint8 *) b + 1 * bstride), in inner_product_gfloat_cubic_1_sse() 85 (gfloat *) ((gint8 *) b + 2 * bstride), in inner_product_gfloat_cubic_1_sse() 86 (gfloat *) ((gint8 *) b + 3 * bstride) in inner_product_gfloat_cubic_1_sse() 121 const gfloat *c[2] = { (gfloat *) ((gint8 *) a + 0 * astride), in interpolate_gfloat_linear_sse() 122 (gfloat *) ((gint8 *) a + 1 * astride) in interpolate_gfloat_linear_sse() 146 const gfloat *c[4] = { (gfloat *) ((gint8 *) a + 0 * astride), in interpolate_gfloat_cubic_sse() 147 (gfloat *) ((gint8 *) a + 1 * astride), in interpolate_gfloat_cubic_sse() [all …]
|
D | audio-resampler.c | 36 #define MEM_ALIGN(m,a) ((gint8 *)((guintptr)((gint8 *)(m) + ((a)-1)) & ~((a)-1))) 387 const type *c[2] = {(type*)((gint8*)a + 0*astride), \ 388 (type*)((gint8*)a + 1*astride)}; \ 404 const type *c[2] = {(type*)((gint8*)a + 0*astride), \ 405 (type*)((gint8*)a + 1*astride)}; \ 425 const type *c[4] = {(type*)((gint8*)a + 0*astride), \ 426 (type*)((gint8*)a + 1*astride), \ 427 (type*)((gint8*)a + 2*astride), \ 428 (type*)((gint8*)a + 3*astride)}; \ 445 const type *c[4] = {(type*)((gint8*)a + 0*astride), \ [all …]
|
D | audio-resampler-x86-sse41.c | 84 const gint32 *c[2] = { (gint32 *) ((gint8 *) b + 0 * bstride), in inner_product_gint32_linear_1_sse41() 85 (gint32 *) ((gint8 *) b + 1 * bstride) in inner_product_gint32_linear_1_sse41() 127 const gint32 *c[4] = { (gint32 *) ((gint8 *) b + 0 * bstride), in inner_product_gint32_cubic_1_sse41() 128 (gint32 *) ((gint8 *) b + 1 * bstride), in inner_product_gint32_cubic_1_sse41() 129 (gint32 *) ((gint8 *) b + 2 * bstride), in inner_product_gint32_cubic_1_sse41() 130 (gint32 *) ((gint8 *) b + 3 * bstride) in inner_product_gint32_cubic_1_sse41()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstvp8parser.h | 85 gint8 y_dc_delta; 86 gint8 y2_dc_delta; 87 gint8 y2_ac_delta; 88 gint8 uv_dc_delta; 89 gint8 uv_ac_delta; 118 gint8 quantizer_update_value[4]; 119 gint8 lf_update_value[4]; 144 gint8 ref_frame_delta[4]; 145 gint8 mb_mode_delta[4];
|
D | gsth265parser.h | 1019 gint8 cb_qp_offset_list[6]; 1020 gint8 cr_qp_offset_list[6]; 1213 gint8 init_qp_minus26; 1220 gint8 cb_qp_offset; 1221 gint8 cr_qp_offset; 1240 gint8 beta_offset_div2; 1241 gint8 tc_offset_div2; 1282 gint8 delta_chroma_log2_weight_denom; 1286 gint8 delta_luma_weight_l0[15]; 1287 gint8 luma_offset_l0[15]; [all …]
|
D | gstvp9parser.h | 243 gint8 y_dc_delta; 244 gint8 uv_dc_delta; 245 gint8 uv_ac_delta; 273 gint8 ref_deltas[GST_VP9_MAX_REF_LF_DELTAS]; 275 gint8 mode_deltas[GST_VP9_MAX_MODE_LF_DELTAS]; 300 gint8 alternate_loop_filter;
|
D | gstav1parser.h | 831 gint8 order_hint_bits_minus_1; 1104 gint8 loop_filter_ref_deltas[GST_AV1_TOTAL_REFS_PER_FRAME]; 1105 gint8 loop_filter_mode_deltas[2]; 1143 gint8 delta_q_y_dc; /* DeltaQYDc */ 1144 gint8 delta_q_u_dc; /* DeltaQUDc */ 1145 gint8 delta_q_u_ac; /* DeltaQUAc */ 1146 gint8 delta_q_v_dc; /* DeltaQVDc */ 1147 gint8 delta_q_v_ac; /* DeltaQVAc */ 1179 gint8 feature_enabled[GST_AV1_MAX_SEGMENTS][GST_AV1_SEG_LVL_MAX]; /* FeatureEnabled */ 1542 gint8 frame_to_show_map_idx; [all …]
|
D | gsth264parser.h | 810 gint8 pic_init_qp_minus26; 811 gint8 pic_init_qs_minus26; 812 gint8 chroma_qp_index_offset; 850 gint8 luma_offset_l0[32]; 854 gint8 chroma_offset_l0[32][2]; 858 gint8 luma_offset_l1[32]; 862 gint8 chroma_offset_l1[32][2]; 933 gint8 slice_qp_delta; 934 gint8 slice_qs_delta; 937 gint8 slice_alpha_c0_offset_div2; [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp9statefulparser.h | 374 gint8 loop_filter_ref_deltas[GST_VP9_MAX_REF_LF_DELTAS]; 377 gint8 loop_filter_mode_deltas[GST_VP9_MAX_MODE_LF_DELTAS]; 393 gint8 delta_q_y_dc; 394 gint8 delta_q_uv_dc; 395 gint8 delta_q_uv_ac; 684 gint8 delta_q_dc, 689 gint8 delta_q_ac,
|
/third_party/gstreamer/gstplugins_base/gst/volume/ |
D | gstvolume.c | 463 #define get_unaligned_i24(_x) ( (((guint8*)_x)[0]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[2])… 473 #define get_unaligned_i24(_x) ( (((guint8*)_x)[2]) | ((((guint8*)_x)[1]) << 8) | ((((gint8*)_x)[0])… 485 gint8 *data = (gint8 *) bytes; /* treat the data as a byte stream */ in volume_process_int24() 490 num_samples = n_bytes / (sizeof (gint8) * 3); in volume_process_int24() 508 gint8 *data = (gint8 *) bytes; /* treat the data as a byte stream */ in volume_process_int24_clamp() 513 num_samples = n_bytes / (sizeof (gint8) * 3); in volume_process_int24_clamp() 532 gint8 *data = (gint8 *) bytes; /* treat the data as a byte stream */ in volume_process_controlled_int24_clamp() 534 guint num_samples = n_bytes / (sizeof (gint8) * 3 * channels); in volume_process_controlled_int24_clamp() 598 gint8 *data = (gint8 *) bytes; in volume_process_int8() 599 guint num_samples = n_bytes / sizeof (gint8); in volume_process_int8() [all …]
|
D | gstvolumeorc.h | 89 void volume_orc_process_int8 (gint8 * ORC_RESTRICT d1, int p1, int n); 90 void volume_orc_process_int8_clamp (gint8 * ORC_RESTRICT d1, int p1, int n); 99 void volume_orc_process_controlled_int8_1ch (gint8 * ORC_RESTRICT d1, const gdouble * ORC_RESTRICT … 100 void volume_orc_process_controlled_int8_2ch (gint8 * ORC_RESTRICT d1, const gdouble * ORC_RESTRICT …
|
D | gstvolumeorc-dist.h | 89 void volume_orc_process_int8 (gint8 * ORC_RESTRICT d1, int p1, int n); 90 void volume_orc_process_int8_clamp (gint8 * ORC_RESTRICT d1, int p1, int n); 99 void volume_orc_process_controlled_int8_1ch (gint8 * ORC_RESTRICT d1, const gdouble * ORC_RESTRICT … 100 void volume_orc_process_controlled_int8_2ch (gint8 * ORC_RESTRICT d1, const gdouble * ORC_RESTRICT …
|
/third_party/gstreamer/gstplugins_base/gst/adder/ |
D | gstadderorc.h | 85 void adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n); 92 void adder_orc_volume_s8 (gint8 * ORC_RESTRICT d1, int p1, int n); 100 void adder_orc_add_volume_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int p1, int n…
|
D | gstadderorc-dist.h | 85 void adder_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n); 92 void adder_orc_volume_s8 (gint8 * ORC_RESTRICT d1, int p1, int n); 100 void adder_orc_add_volume_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int p1, int n…
|
/third_party/gstreamer/gstplugins_base/gst/audiomixer/ |
D | gstaudiomixerorc-dist.h | 85 void audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n); 93 void audiomixer_orc_add_volume_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int p1, …
|
D | gstaudiomixerorc.h | 85 void audiomixer_orc_add_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int n); 93 void audiomixer_orc_add_volume_s8 (gint8 * ORC_RESTRICT d1, const gint8 * ORC_RESTRICT s1, int p1, …
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstjniutils.h | 128 DEF_CALL_STATIC_TYPE_METHOD (gint8, byte, Byte, G_MININT8); 146 DEF_CALL_TYPE_METHOD (gint8, byte, Byte, G_MININT8); 164 DEF_GET_TYPE_FIELD (gint8, byte, Byte); 177 DEF_GET_STATIC_TYPE_FIELD (gint8, byte, Byte);
|
/third_party/gstreamer/gstplugins_good/gst/alpha/ |
D | gstalpha.h | 86 gint8 cb, cr; 87 gint8 kg;
|
/third_party/glib/gobject/ |
D | gparamspecs.h | 623 gint8 minimum; 624 gint8 maximum; 625 gint8 default_value; 988 gint8 minimum, 989 gint8 maximum, 990 gint8 default_value,
|
D | gvaluetransform.c | 55 DEFINE_CAST (int_s8, v_int, gint8, v_int); 64 DEFINE_CAST (uint_s8, v_uint, gint8, v_int); 73 DEFINE_CAST (long_s8, v_long, gint8, v_int); 82 DEFINE_CAST (ulong_s8, v_ulong, gint8, v_int); 91 DEFINE_CAST (int64_s8, v_int64, gint8, v_int); 100 DEFINE_CAST (uint64_s8, v_uint64, gint8, v_int); 109 DEFINE_CAST (float_s8, v_float, gint8, v_int); 118 DEFINE_CAST (double_s8, v_double, gint8, v_int);
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | volume.c | 191 gint8 in[2] = { 64, -16 }; in GST_START_TEST() 192 gint8 *res; in GST_START_TEST() 215 res = (gint8 *) map.data; in GST_START_TEST() 232 gint8 in[2] = { 64, -16 }; in GST_START_TEST() 233 gint8 out[2] = { 32, -8 }; in GST_START_TEST() 234 gint8 *res; in GST_START_TEST() 263 res = (gint8 *) map.data; in GST_START_TEST() 281 gint8 in[2] = { 64, -16 }; in GST_START_TEST() 282 gint8 out[2] = { 127, -32 }; /* notice the clamped sample */ in GST_START_TEST() 283 gint8 *res; in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | resindvdsrc.h | 143 gint8 cur_audio_phys_stream; 144 gint8 cur_spu_phys_stream;
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.h | 145 gint8 min_qp[QP_FRAMES]; 146 gint8 max_qp[QP_FRAMES];
|