Home
last modified time | relevance | path

Searched defs:blocksize (Results 26 - 50 of 106) sorted by relevance

12345

/third_party/ffmpeg/libavcodec/
H A Dlpc.c201 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 Dflacdec.c58 int blocksize; ///< number of samples in the current frame member
285 const int blocksize = s->blocksize; in decode_subframe_fixed() local
[all...]
H A Dopus_celt.h116 int blocksize; /* size of each block */ member
/third_party/ffmpeg/libavformat/
H A Dfile.c76 int blocksize; member
H A Doggparsevorbis.c328 unsigned blocksize, bs0, bs1; in vorbis_header() local
/third_party/libsnd/src/
H A Dgsm610.c38 int samplesperblock, blocksize ; member
H A Dg72x.c40 int blocksize, samplesperblock, bytesperblock ; member
[all...]
H A Dms_adpcm.c33 { int channels, blocksize, samplesperblock, blocks, dataremaining ; member
[all...]
H A Dogg_vorbis.c802 const int blocksize = vorbis_info_blocksize (&vdata->vinfo, 1) ; in vorbis_skip() local
H A Dpaf.c62 { int max_blocks, channels, blocksize ; member
[all...]
H A Dima_adpcm.c34 int channels, blocksize, samplesperblock, blocks ; member
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c238 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 Drbug_texture.c282 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 Dnvc0_miptree.c233 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 Dkrb5kdf.c265 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 Dbio_enc.c108 int ret = 0, i, blocksize; in enc_read() local
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_mult.c39 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 Dbio_enc.c108 int ret = 0, i, blocksize; in enc_read() local
/third_party/openssl/crypto/ec/
H A Dec_mult.c39 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 Dkrb5kdf.c265 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 Dvf_deshake.c190 static int block_contrast(uint8_t *src, int x, int y, int stride, int blocksize) in block_contrast() argument
[all...]
H A Dvf_signature.c172 int blocksize; in filter_frame() local
/third_party/libsnd/src/G72x/
H A Dg72x.c134 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 Dcmac.c55 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 Dcryptouser.h59 unsigned int blocksize; member
65 unsigned int blocksize; member
73 unsigned int blocksize; member
82 unsigned int blocksize; member

Completed in 21 milliseconds

12345