Searched refs:int8_t (Results 151 - 175 of 481) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpeg4video.h110 extern const int8_t ff_mpeg4_intra_level[102];
111 extern const int8_t ff_mpeg4_intra_run[102];
H A Dmjpegdec.h101 int8_t *qscale_table;
H A Dmotionpixels_tablegen.h29 int8_t y, v, u;
H A Dhevcdsp_template.c364 static const int8_t pos[4][2][2] = {
673 const int8_t *filter = ff_hevc_qpel_filters[mx - 1];
689 const int8_t *filter = ff_hevc_qpel_filters[my - 1];
706 const int8_t *filter;
740 const int8_t *filter = ff_hevc_qpel_filters[mx - 1];
767 const int8_t *filter = ff_hevc_qpel_filters[mx - 1];
794 const int8_t *filter = ff_hevc_qpel_filters[my - 1];
822 const int8_t *filter = ff_hevc_qpel_filters[my - 1];
845 const int8_t *filter;
885 const int8_t *filte
[all...]
H A Dhevcdsp.c27 static const int8_t transform[32][32] = {
94 DECLARE_ALIGNED(16, const int8_t, ff_hevc_epel_filters[7][4]) = {
104 DECLARE_ALIGNED(16, const int8_t, ff_hevc_qpel_filters[3][16]) = {
H A Dtiff_common.c217 if (count >= INT_MAX / sizeof(int8_t) || count < 0)
219 if (bytestream2_get_bytes_left(gb) < count * sizeof(int8_t))
225 int v = is_signed ? (int8_t)bytestream2_get_byte(gb) : bytestream2_get_byte(gb);
H A Dwmaprodec.c145 int8_t reuse_sf; ///< share scale factors between subframes
146 int8_t scale_factor_step; ///< scaling step for the current subframe
149 int8_t scale_factor_idx; ///< index for the transmitted scale factor values (used for resampling)
162 int8_t transform; ///< transform on / off
163 int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
189 int8_t lfe_channel; ///< lfe channel index
194 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size
196 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix
215 int8_t skip_frame; ///< skip output step
216 int8_t parsed_all_subframe
[all...]
H A Dopus_silk.c634 static const int8_t silk_pitch_offset_nb10ms[3][2] = {
640 static const int8_t silk_pitch_offset_nb20ms[11][4] = {
654 static const int8_t silk_pitch_offset_mbwb10ms[12][2] = {
669 static const int8_t silk_pitch_offset_mbwb20ms[34][4] = {
706 static const int8_t silk_ltp_filter0_taps[8][5] = {
717 static const int8_t silk_ltp_filter1_taps[16][5] = {
736 static const int8_t silk_ltp_filter2_taps[32][5] = {
1026 int8_t lsf_i1, lsf_i2[16]; // stage-1 and stage-2 codebook indices
1313 const int8_t * offsets;
1364 const int8_t (*filter_tap
[all...]
H A Dtakdec.c41 int8_t present; ///< decorrelation parameter availability for this channel
42 int8_t index; ///< index into array of decorrelation types
43 int8_t chan1;
44 int8_t chan2;
59 int8_t lpc_mode[TAK_MAX_CHANNELS];
60 int8_t sample_shift[TAK_MAX_CHANNELS]; ///< shift applied to every sample in the channel
66 int8_t dmode; ///< channel decorrelation type in the current frame
70 int8_t coding_mode[128];
75 static const int8_t mc_dmodes[] = { 1, 3, 4, 6, };
239 static int decode_segment(TAKDecContext *s, int8_t mod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h62 typedef signed char int8_t; typedef
92 typedef int8_t int_least8_t;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dntfs.c48 int8_t cluster_per_mft_record;
50 int8_t cluster_per_index_record;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dtruncate.c31 struct kernel_lb_addr *eloc, int8_t etype, uint32_t elen,
74 int8_t etype = -1, netype;
130 int8_t etype = -1, netype;
205 int8_t etype;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmjpegdec.h90 int8_t *qscale_table;
H A Dmotionpixels_tablegen.h29 int8_t y, v, u;
H A Dvp56.h117 int8_t *qscale_table;
344 int vp8_rac_get_tree_with_offset(VP56RangeCoder *c, const int8_t (*tree)[2],
357 int vp8_rac_get_tree(VP56RangeCoder *c, const int8_t (*tree)[2],
H A Dh264.h287 int8_t intra4x4_pred_mode_cache[5*8];
288 int8_t (*intra4x4_pred_mode);
308 DECLARE_ALIGNED(8, int8_t, ref_cache)[2][5*8];
363 //The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
787 int8_t *i4x4= h->intra4x4_pred_mode + h->mb2br_xy[h->mb_xy];
788 int8_t *i4x4_cache= h->intra4x4_pred_mode_cache;
841 int8_t *ref_index = &s->current_picture.f.ref_index[list][b8_xy];
842 int8_t *ref_cache = h->ref_cache[list];
H A Dwmaprodec.c143 int8_t reuse_sf; ///< share scale factors between subframes
144 int8_t scale_factor_step; ///< scaling step for the current subframe
147 int8_t scale_factor_idx; ///< index for the transmitted scale factor values (used for resampling)
160 int8_t transform; ///< transform on / off
161 int8_t transform_band[MAX_BANDS]; ///< controls if the transform is enabled for a certain band
189 int8_t num_channels; ///< number of channels in the stream (same as AVCodecContext.num_channels)
190 int8_t lfe_channel; ///< lfe channel index
195 int8_t num_sfb[WMAPRO_BLOCK_SIZES]; ///< scale factor bands per block size
197 int8_t sf_offsets[WMAPRO_BLOCK_SIZES][WMAPRO_BLOCK_SIZES][MAX_BANDS]; ///< scale factor resample matrix
216 int8_t skip_fram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Dutils.h71 extern int get_s8(int8_t *val, char *arg, int base);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dfsevents.c377 int8_t event_list[] = { // action to take for each event
391 .event_list = (int8_t *) event_list,
392 .num_events = sizeof(event_list)/sizeof(int8_t),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dar9002_phy.c187 int8_t mask_m[123];
188 int8_t mask_p[123];
189 int8_t mask_amt;
194 memset(&mask_m, 0, sizeof(int8_t) * 123);
195 memset(&mask_p, 0, sizeof(int8_t) * 123);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dhost.h871 int8_t P0;
872 int8_t P1;
873 int8_t P2;
883 int8_t P0;
884 int8_t P1;
885 int8_t P2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h27 files, so that we can "#define int8_t signed char" below without
29 signed char int8_t;" that will get messed up by our macro. Our
114 #undef int8_t macro
116 #define int8_t signed char macro
179 #define int_least8_t int8_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h27 files, so that we can "#define int8_t signed char" below without
29 signed char int8_t;" that will get messed up by our macro. Our
114 #undef int8_t macro
116 #define int8_t signed char macro
179 #define int_least8_t int8_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h33 files, so that we can "#define int8_t signed char" below without
35 signed char int8_t;" that will get messed up by our macro. Our
114 #undef int8_t macro
118 #define int8_t gl_int8_t macro
191 #define int_least8_t int8_t
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h33 files, so that we can "#define int8_t signed char" below without
35 signed char int8_t;" that will get messed up by our macro. Our
114 #undef int8_t macro
118 #define int8_t gl_int8_t macro
191 #define int_least8_t int8_t

Completed in 222 milliseconds

1234567891011>>