| /third_party/ffmpeg/libavcodec/ |
| H A D | lpc.c | 201 ff_lpc_calc_coefs(LPCContext *s, const int32_t *samples, int blocksize, int min_order, int max_order, int precision, int32_t coefs[][MAX_LPC_ORDER], int *shift, enum FFLPCType lpc_type, int lpc_passes, int omethod, int min_shift, int max_shift, int zero_shift) ff_lpc_calc_coefs() argument 301 ff_lpc_init(LPCContext *s, int blocksize, int max_order, enum FFLPCType lpc_type) ff_lpc_init() argument [all...] |
| H A D | flacdec.c | 58 int blocksize; ///< number of samples in the current frame member 285 const int blocksize = s->blocksize; in decode_subframe_fixed() local [all...] |
| H A D | opus_celt.h | 116 int blocksize; /* size of each block */ member
|
| /third_party/ffmpeg/libavformat/ |
| H A D | file.c | 76 int blocksize; member
|
| H A D | oggparsevorbis.c | 328 unsigned blocksize, bs0, bs1; in vorbis_header() local
|
| /third_party/libsnd/src/ |
| H A D | gsm610.c | 38 int samplesperblock, blocksize ; member
|
| H A D | g72x.c | 40 int blocksize, samplesperblock, bytesperblock ; member [all...] |
| H A D | ms_adpcm.c | 33 { int channels, blocksize, samplesperblock, blocks, dataremaining ; member [all...] |
| H A D | ogg_vorbis.c | 802 const int blocksize = vorbis_info_blocksize (&vdata->vinfo, 1) ; in vorbis_skip() local
|
| H A D | paf.c | 62 { int max_blocks, channels, blocksize ; member [all...] |
| H A D | ima_adpcm.c | 34 int channels, blocksize, samplesperblock, blocks ; member [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_miptree.c | 238 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_linear() local 264 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_video() local 287 const unsigned blocksize = util_format_get_blocksize(pt->format); in nv50_miptree_init_layout_tiled() local
|
| /third_party/mesa3d/src/gallium/auxiliary/rbug/ |
| H A D | rbug_texture.c | 282 rbug_send_texture_info_reply(struct rbug_connection *__con, uint32_t serial, uint32_t target, uint32_t format, uint32_t *width, uint32_t width_len, uint16_t *h16, uint32_t height_len, uint16_t *d16, uint32_t depth_len, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint32_t last_level, uint32_t nr_samples, uint32_t tex_usage, uint32_t *__serial) rbug_send_texture_info_reply() argument 363 rbug_send_texture_read_reply(struct rbug_connection *__con, uint32_t serial, uint32_t format, uint32_t blockw, uint32_t blockh, uint32_t blocksize, uint8_t *data, uint32_t data_len, uint32_t stride, uint32_t *__serial) rbug_send_texture_read_reply() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 233 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_video() local 256 const unsigned blocksize = util_format_get_blocksize(pt->format); in nvc0_miptree_init_layout_tiled() local
|
| /third_party/node/deps/openssl/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 265 static void n_fold(unsigned char *block, unsigned int blocksize, in n_fold() argument 363 size_t blocksize; in KRB5KDF() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | bio_enc.c | 108 int ret = 0, i, blocksize; in enc_read() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_mult.c | 39 size_t blocksize; /* block size for wNAF splitting */ member 417 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ in ossl_ec_wNAF_mul() local 835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; ossl_ec_wNAF_precompute_mult() local [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | bio_enc.c | 108 int ret = 0, i, blocksize; in enc_read() local
|
| /third_party/openssl/crypto/ec/ |
| H A D | ec_mult.c | 39 size_t blocksize; /* block size for wNAF splitting */ member 417 size_t blocksize = 0, numblocks = 0; /* for wNAF splitting */ in ossl_ec_wNAF_mul() local 835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; ossl_ec_wNAF_precompute_mult() local [all...] |
| /third_party/openssl/providers/implementations/kdfs/ |
| H A D | krb5kdf.c | 265 static void n_fold(unsigned char *block, unsigned int blocksize, in n_fold() argument 363 size_t blocksize; in KRB5KDF() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_deshake.c | 190 static int block_contrast(uint8_t *src, int x, int y, int stride, int blocksize) in block_contrast() argument [all...] |
| H A D | vf_signature.c | 172 int blocksize; in filter_frame() local
|
| /third_party/libsnd/src/G72x/ |
| H A D | g72x.c | 134 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) in g72x_reader_init() argument 189 g72x_writer_init(int codec, int *blocksize, int *samplesperblock) g72x_writer_init() argument 605 unpack_bytes(int bits, int blocksize, const unsigned char * block, short * samples) unpack_bytes() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | cmac.c | 55 cmac_multiply_by_u(unsigned char *output, const unsigned char *input, size_t blocksize) cmac_multiply_by_u() argument
|
| /third_party/ltp/include/lapi/ |
| H A D | cryptouser.h | 59 unsigned int blocksize; member 65 unsigned int blocksize; member 73 unsigned int blocksize; member 82 unsigned int blocksize; member
|