/external/mksh/src/ |
D | shf.c | 51 ssize_t bsize = in shf_open() local 124 ssize_t bsize = in shf_fdopen() local 159 ssize_t bsize = in shf_reopen() local 191 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen() 445 shf_read(char *buf, ssize_t bsize, struct shf *shf) in shf_read() 480 shf_getse(char *buf, ssize_t bsize, struct shf *shf) in shf_getse() 710 shf_snprintf(char *buf, ssize_t bsize, const char *fmt, ...) in shf_snprintf()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 125 BLOCK_SIZE bsize, int pred_w, int pred_h, in build_inter_predictors() 190 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, in build_inter_predictors_for_planes() 213 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sby() 217 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sbuv() 222 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sb()
|
D | vp9_blockd.h | 228 static BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, PARTITION_TYPE partition) { in get_subsize() 282 static BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size() 289 static INLINE int plane_block_width(BLOCK_SIZE bsize, in plane_block_width() 294 static INLINE int plane_block_height(BLOCK_SIZE bsize, in plane_block_height() 305 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in foreach_transformed_block_in_plane() 355 const MACROBLOCKD* const xd, BLOCK_SIZE bsize, in foreach_transformed_block() 364 const MACROBLOCKD* const xd, BLOCK_SIZE bsize, in foreach_transformed_block_uv()
|
D | vp9_entropy.h | 109 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) { in reset_skip_context()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 44 static void subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in subtract_plane() 56 void vp9_subtract_sby(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_subtract_sby() 60 void vp9_subtract_sbuv(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_subtract_sbuv() 67 void vp9_subtract_sb(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_subtract_sb() 327 static void optimize_init_b(int plane, BLOCK_SIZE bsize, in optimize_init_b() 492 void vp9_encode_sby(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sby() 504 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sb() 668 void vp9_encode_intra_block_y(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_intra_block_y() 676 void vp9_encode_intra_block_uv(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_intra_block_uv()
|
D | vp9_encodeframe.c | 365 BLOCK_SIZE bsize, int output_enabled) { in update_state() 506 int mi_row, int mi_col, BLOCK_SIZE bsize) { in set_offsets() 594 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx, in pick_sb_modes() 719 static BLOCK_SIZE *get_sb_partitioning(MACROBLOCK *x, BLOCK_SIZE bsize) { in get_sb_partitioning() 739 BLOCK_SIZE bsize) { in restore_context() 769 BLOCK_SIZE bsize) { in save_context() 800 int output_enabled, BLOCK_SIZE bsize, int sub_index) { in encode_b() 830 int output_enabled, BLOCK_SIZE bsize) { in encode_sb() 896 static BLOCK_SIZE find_partition_size(BLOCK_SIZE bsize, in find_partition_size() 921 BLOCK_SIZE bsize = cpi->sf.always_this_block_size; in set_partitioning() local [all …]
|
D | vp9_tokenize.c | 177 int vp9_sb_is_skippable(MACROBLOCKD *xd, BLOCK_SIZE bsize) { in vp9_sb_is_skippable() 184 int vp9_is_skippable_in_plane(MACROBLOCKD *xd, BLOCK_SIZE bsize, in vp9_is_skippable_in_plane() 193 BLOCK_SIZE bsize) { in vp9_tokenize_sb()
|
D | vp9_rdopt.c | 192 int i, bsize, segment_id; in set_block_thresholds() local 384 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb() 413 static void model_rd_for_sb_y_tx(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb_y_tx() 680 BLOCK_SIZE bsize, TX_SIZE tx_size) { in txfm_rd_in_plane() 1020 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block() 1157 const BLOCK_SIZE bsize = xd->mi_8x8[0]->mbmi.sb_type; in rd_pick_intra_sub_8x8_y_mode() local 1220 BLOCK_SIZE bsize, in rd_pick_intra_sby_mode() 1292 int64_t *sse, BLOCK_SIZE bsize, in super_block_uvrd() 1336 BLOCK_SIZE bsize) { in rd_pick_intra_sbuv_mode() 1401 BLOCK_SIZE bsize) { in rd_sbuv_dcpred() [all …]
|
D | vp9_segmentation.c | 143 const BLOCK_SIZE bsize = mi_8x8[0]->mbmi.sb_type; in count_segs() local 167 BLOCK_SIZE bsize) { in count_segs_sb()
|
D | vp9_bitstream.c | 190 TX_SIZE tx_size, BLOCK_SIZE bsize, in write_selected_tx_size() 387 const BLOCK_SIZE bsize = mi->sb_type; in pack_inter_mode_mvs() local 578 PARTITION_TYPE p, BLOCK_SIZE bsize, vp9_writer *w) { in write_partition() 602 int mi_row, int mi_col, BLOCK_SIZE bsize) { in write_modes_sb()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 81 BLOCK_SIZE bsize, int allow_select, vp9_reader *r) { in read_tx_size() 89 static void set_segment_id(VP9_COMMON *cm, BLOCK_SIZE bsize, in set_segment_id() 109 const BLOCK_SIZE bsize = xd->mi_8x8[0]->mbmi.sb_type; in read_intra_segment_id() local 126 const BLOCK_SIZE bsize = xd->mi_8x8[0]->mbmi.sb_type; in read_inter_segment_id() local 168 const BLOCK_SIZE bsize = mbmi->sb_type; in read_intra_frame_mode_info() local 331 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in read_intra_block_mode_info() local 425 const BLOCK_SIZE bsize = mbmi->sb_type; in read_inter_block_mode_info() local 555 const BLOCK_SIZE bsize = mi->mbmi.sb_type; in vp9_read_mode_info() local
|
/external/dropbear/libtommath/ |
D | bn_mp_prime_random_ex.c | 37 int res, err, bsize, maskOR_msb_offset; in mp_prime_random_ex() local
|
/external/qemu/ |
D | ioport.c | 124 static int ioport_bsize(int size, int *bsize) in ioport_bsize() 142 int i, bsize; in register_ioport_read() local 161 int i, bsize; in register_ioport_write() local
|
/external/libvpx/libvpx/test/ |
D | vp9_subtract_test.cc | 42 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() local
|
/external/e2fsprogs/misc/ |
D | findsuper.c | 191 unsigned long long bsize, grpsize; in main() local
|
/external/grub/stage2/ |
D | fsys_ffs.c | 101 int bnum, offset, bsize; in block_map() local
|
D | fsys_ufs2.c | 125 int bnum, offset, bsize; in block_map() local
|
/external/stlport/src/ |
D | num_put_float.cpp | 231 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 233 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR() 236 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 238 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR() 254 static inline char* _Stl_ecvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 256 static inline char* _Stl_fcvtR(double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR() 260 static inline char* _Stl_ecvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_ecvtR() 262 static inline char* _Stl_fcvtR(long double x, int n, int* pt, int* sign, char* buf, size_t bsize) in _Stl_fcvtR()
|
/external/opencv/cvaux/src/ |
D | cvfindhandregion.cpp | 72 float value, vmin, vmax, vl, bsize, vc; in icvFindHandRegion() local 294 float value, vmin, vmax, vl, bsize, bsizej, vc, vcl, vcr; in icvFindHandRegionA() local
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas_interface_impl.hh | 122 int bsize = 64; in hessenberg() local 139 int bsize = 64; in tridiagonalization() local
|
/external/zlib/src/ |
D | zutil.c | 223 ulg bsize = (ulg)items*size; in zcalloc() local
|
/external/qemu/distrib/zlib-1.2.3/ |
D | zutil.c | 219 ulg bsize = (ulg)items*size; in zcalloc() local
|
/external/chromium_org/third_party/zlib/ |
D | zutil.c | 219 ulg bsize = (ulg)items*size; in zcalloc() local
|
/external/openssl/apps/ |
D | enc.c | 108 int bsize=BSIZE,verbose=0; in MAIN() local
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
D | enc.c | 108 int bsize=BSIZE,verbose=0; in MAIN() local
|