Home
last modified time | relevance | path

Searched defs:bsize (Results 1 – 25 of 66) sorted by relevance

123

/external/ltp/testcases/kernel/fs/doio/
Ddatabin.c44 void databingen(int mode, char *buffer, int bsize, int offset) in databingen()
83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk()
Ddataascii.c45 int dataasciigen(char *listofchars, char *buffer, int bsize, int offset) in dataasciigen()
73 int dataasciichk(char *listofchars, char *buffer, int bsize, in dataasciichk()
Ddatapid.c84 int datapidgen(int pid, char *buffer, int bsize, int offset) in datapidgen()
181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk()
/external/mksh/src/
Dshf.c52 ssize_t bsize = in shf_open() local
129 ssize_t bsize = in shf_fdopen() local
164 ssize_t bsize = in shf_reopen() local
196 shf_sopen(char *buf, ssize_t bsize, int sflags, struct shf *shf) in shf_sopen()
453 shf_read(char *buf, ssize_t bsize, struct shf *shf) in shf_read()
489 shf_getse(char *buf, ssize_t bsize, struct shf *shf) in shf_getse()
740 shf_snprintf(char *buf, ssize_t bsize, const char *fmt, ...) in shf_snprintf()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c208 BLOCK_SIZE bsize) { in set_offsets()
267 BLOCK_SIZE bsize) { in duplicate_mode_info_in_sb()
282 BLOCK_SIZE bsize) { in set_block_size()
338 static void tree_to_node(void *data, BLOCK_SIZE bsize, variance_node *node) { in tree_to_node()
403 static void fill_variance_tree(void *data, BLOCK_SIZE bsize) { in fill_variance_tree()
417 BLOCK_SIZE bsize, int mi_row, int mi_col, in set_vt_partitioning()
845 MACROBLOCKD *xd, BLOCK_SIZE bsize, in copy_partitioning_helper()
920 static void update_prev_partition(VP9_COMP *cpi, BLOCK_SIZE bsize, int mi_row, in update_prev_partition()
961 static void chroma_check(VP9_COMP *cpi, MACROBLOCK *x, int bsize, in chroma_check()
997 const BLOCK_SIZE bsize = BLOCK_64X64; in avg_source_sad() local
[all …]
Dvp9_pickmode.c144 BLOCK_SIZE bsize, int mi_row, int mi_col, in combined_motion_search()
317 static void model_rd_for_sb_y_large(VP9_COMP *cpi, BLOCK_SIZE bsize, in model_rd_for_sb_y_large()
529 static void model_rd_for_sb_y(VP9_COMP *cpi, BLOCK_SIZE bsize, MACROBLOCK *x, in model_rd_for_sb_y()
629 int *skippable, int64_t *sse, BLOCK_SIZE bsize, in block_yrd()
849 static void encode_breakout_test(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, in encode_breakout_test()
1060 BLOCK_SIZE bsize, MV_REFERENCE_FRAME ref_frame, THR_MODES best_mode_idx, in update_thresh_freq_fact()
1076 BLOCK_SIZE bsize, PICK_MODE_CONTEXT *ctx) { in vp9_pick_intra_mode()
1173 static int set_intra_cost_penalty(const VP9_COMP *const cpi, BLOCK_SIZE bsize) { in set_intra_cost_penalty()
1191 struct buf_2d yv12_mb[4][MAX_MB_PLANE], BLOCK_SIZE bsize, in find_predictors()
1231 BLOCK_SIZE bsize, int mv_row, int mv_col, in vp9_NEWMV_diff_bias()
[all …]
Dvp9_tokenize.c438 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_is_skippable_in_plane()
458 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_has_high_freq_in_plane()
467 int seg_skip, BLOCK_SIZE bsize) { in vp9_tokenize_sb()
Dvp9_segmentation.c124 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in count_segs() local
146 BLOCK_SIZE bsize) { in count_segs_sb()
Dvp9_aq_cyclicrefresh.c56 int64_t rate, int64_t dist, int bsize) { in candidate_refresh_aq()
149 int mi_row, int mi_col, BLOCK_SIZE bsize, in vp9_cyclic_refresh_update_segment()
214 BLOCK_SIZE bsize) { in vp9_cyclic_refresh_update_sb_postencode()
Dvp9_rdopt.c154 static void model_rd_for_sb(VP9_COMP *cpi, BLOCK_SIZE bsize, MACROBLOCK *x, in model_rd_for_sb()
782 int64_t ref_best_rd, int plane, BLOCK_SIZE bsize, in txfm_rd_in_plane()
959 BLOCK_SIZE bsize, int64_t rd_thresh) { in rd_pick_intra4x4block()
1189 const BLOCK_SIZE bsize = xd->mi[0]->sb_type; in rd_pick_intra_sub_8x8_y_mode() local
1246 int *skippable, BLOCK_SIZE bsize, in rd_pick_intra_sby_mode()
1303 BLOCK_SIZE bsize, int64_t ref_best_rd) { in super_block_uvrd()
1352 int *skippable, BLOCK_SIZE bsize, in rd_pick_intra_sbuv_mode()
1397 int *skippable, BLOCK_SIZE bsize) { in rd_sbuv_dcpred()
1412 PICK_MODE_CONTEXT *ctx, BLOCK_SIZE bsize, in choose_intra_uv_mode()
1706 static void joint_motion_search(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bsize, in joint_motion_search()
[all …]
Dvp9_encodemb.c33 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane()
712 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sby_pass1()
718 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize) { in vp9_encode_sb()
977 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane, in vp9_encode_intra_block_plane()
Dvp9_rd.c227 int i, bsize, segment_id; in set_block_thresholds() local
446 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, in vp9_get_entropy_contexts()
653 int bsize, int best_mode_index) { in vp9_update_rd_thresh_fact()
Dvp9_noise_estimate.c159 int bsize = BLOCK_16X16; in vp9_update_noise_estimate() local
Dvp9_bitstream.c86 BLOCK_SIZE bsize = xd->mi[0]->sb_type; in write_selected_tx_size() local
244 const BLOCK_SIZE bsize = mi->sb_type; in pack_inter_mode_mvs() local
342 const BLOCK_SIZE bsize = mi->sb_type; in write_mb_modes_kf() local
399 int mi_col, PARTITION_TYPE p, BLOCK_SIZE bsize, in write_partition()
422 int mi_row, int mi_col, BLOCK_SIZE bsize, in write_modes_sb()
/external/fio/engines/
Dpmemblk.c154 uint64_t bsize; in pmb_parse_path() local
188 uint64_t bsize = 0; in pmb_open() local
408 uint64_t bsize = 0; in fio_pmemblk_unlink_file() local
/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c208 static void build_inter_predictors_for_planes(MACROBLOCKD *xd, BLOCK_SIZE bsize, in build_inter_predictors_for_planes()
236 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sby()
241 BLOCK_SIZE bsize, int plane) { in vp9_build_inter_predictors_sbp()
246 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sbuv()
252 BLOCK_SIZE bsize) { in vp9_build_inter_predictors_sb()
Dvp9_blockd.c38 const MACROBLOCKD *const xd, BLOCK_SIZE bsize, int plane, in vp9_foreach_transformed_block_in_plane()
78 BLOCK_SIZE bsize, in vp9_foreach_transformed_block()
Dvp9_blockd.h202 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, in get_subsize()
241 get_plane_block_size(BLOCK_SIZE bsize, const struct macroblockd_plane *pd) { in get_plane_block_size()
245 static INLINE void reset_skip_context(MACROBLOCKD *xd, BLOCK_SIZE bsize) { in reset_skip_context()
/external/libvpx/libvpx/test/
Dvp9_subtract_test.cc40 for (BLOCK_SIZE bsize = BLOCK_4X4; bsize < BLOCK_SIZES; in TEST_P() local
/external/e2fsprogs/misc/
Dfindsuper.c194 unsigned long long bsize, grpsize; in main() local
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
DClassHeaderReader.java33 private int bsize = 0; field in ClassHeaderReader
/external/freetype/src/gzip/
Dzutil.c86 ulg bsize = (ulg)items*size; in zcalloc() local
/external/eigen/bench/btl/libs/BLAS/
Dblas_interface_impl.hh120 int bsize = 64; in hessenberg() local
135 int bsize = 64; in tridiagonalization() local
/external/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c78 int bufcmp(char *b1, char *b2, int bsize) in bufcmp()
/external/zlib/src/
Dzutil.c223 ulg bsize = (ulg)items*size; in zcalloc() local

123