Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/enc/src/
H A Dfastidct.cpp65 void idct_col0(Short *blk) in idct_col0()
72 void idct_col1(Short *blk) in idct_col1()
81 void idct_col2(Short *blk) in idct_col2()
109 void idct_col3(Short *blk) in idct_col3()
146 void idct_col4(Short *blk) in idct_col4()
191 void idct_col0x40(Short *blk) in idct_col0x40()
217 void idct_col0x20(Short *blk) in idct_col0x20()
243 void idct_col0x10(Short *blk) in idct_col0x10()
271 void idct_col(Short *blk) in idct_col()
336 void idct_row1Inter(Short *blk, UChar *rec, Int lx) in idct_row1Inter()
[all …]
H A Dsad_halfpel.cpp64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_MB()
96 Int HalfPel2_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_MB()
138 Int HalfPel1_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh) in HalfPel1_SAD_Blk()
170 Int HalfPel2_SAD_Blk(UChar *ref, UChar *blk, Int dmin, Int width) in HalfPel2_SAD_Blk()
221 Int SAD_MB_HalfPel_Cxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxhyh()
262 Int SAD_MB_HalfPel_Cyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cyh()
298 Int SAD_MB_HalfPel_Cxh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HalfPel_Cxh()
335 Int SAD_MB_HP_HTFM_Collectxhyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectxhyh()
414 Int SAD_MB_HP_HTFM_Collectyh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectyh()
492 Int SAD_MB_HP_HTFM_Collectxh(UChar *ref, UChar *blk, Int dmin_rx, void *extra_info) in SAD_MB_HP_HTFM_Collectxh()
[all …]
H A Dsad.cpp78 Int SAD_Macroblock_C(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_Macroblock_C()
106 Int SAD_MB_HTFM_Collect(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM_Collect()
208 Int SAD_MB_HTFM(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info) in SAD_MB_HTFM()
314 Int SAD_Block_C(UChar *ref, UChar *blk, Int dmin, Int lx, void *) in SAD_Block_C()
/aosp_15_r20/system/core/trusty/storage/tests/
H A Dmain.cpp421 size_t blk = 2048; in TEST_P() local
463 size_t blk = 2048; in TEST_P() local
589 size_t blk = 2048; in TEST_P() local
634 size_t blk = 2048; in TEST_P() local
677 size_t blk = 2048; in TEST_P() local
746 void StorageServiceTest::WriteReadAtOffsetHelper(file_handle_t handle, size_t blk, size_t cnt, bool… in WriteReadAtOffsetHelper()
794 size_t blk = 2048; in TEST_P() local
845 size_t blk = 2048; in TEST_P() local
1238 size_t blk = 2048; in TEST_P() local
1282 size_t blk = 2048; in TEST_P() local
[all …]
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dquotaio_tree.c62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk()
75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk()
94 int blk; in get_free_dqblk() local
121 unsigned int blk) in put_free_dqblk()
136 unsigned int blk) in remove_free_dqentry()
170 unsigned int blk) in insert_free_dqentry()
197 int blk, i; in find_free_dqentry() local
355 unsigned int blk) in free_dqentry()
397 unsigned int * blk, int depth) in remove_tree()
446 struct dquot *dquot, unsigned int blk) in find_block_dqentry()
[all …]
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dquotaio_tree.c62 static void read_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in read_blk()
75 static int write_blk(struct quota_handle *h, unsigned int blk, dqbuf_t buf) in write_blk()
94 int blk; in get_free_dqblk() local
121 unsigned int blk) in put_free_dqblk()
136 unsigned int blk) in remove_free_dqentry()
169 unsigned int blk) in insert_free_dqentry()
196 int blk, i; in find_free_dqentry() local
364 unsigned int blk) in free_dqentry()
406 unsigned int * blk, int depth) in remove_tree()
455 struct dquot *dquot, unsigned int blk) in find_block_dqentry()
[all …]
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dblknum.c20 dgrp_t ext2fs_group_of_blk2(ext2_filsys fs, blk64_t blk) in ext2fs_group_of_blk2()
117 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_set()
127 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_add()
147 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_set()
157 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_add()
177 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_set()
187 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_add()
208 blk64_t blk; in ext2fs_group_desc() local
281 void ext2fs_block_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_block_bitmap_loc_set()
322 void ext2fs_inode_bitmap_loc_set(ext2_filsys fs, dgrp_t group, blk64_t blk) in ext2fs_inode_bitmap_loc_set()
[all …]
H A Dbadblocks.c108 errcode_t ext2fs_u32_list_add(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_add()
154 errcode_t ext2fs_badblocks_list_add(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_add()
163 int ext2fs_u32_list_find(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_find()
198 int ext2fs_u32_list_test(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_test()
206 int ext2fs_badblocks_list_test(ext2_badblocks_list bb, blk_t blk) in ext2fs_badblocks_list_test()
215 int ext2fs_u32_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_u32_list_del()
232 void ext2fs_badblocks_list_del(ext2_u32_list bb, __u32 blk) in ext2fs_badblocks_list_del()
264 int ext2fs_u32_list_iterate(ext2_u32_iterate iter, __u32 *blk) in ext2fs_u32_list_iterate()
284 int ext2fs_badblocks_list_iterate(ext2_badblocks_iterate iter, blk_t *blk) in ext2fs_badblocks_list_iterate()
H A Dalloc_stats.c61 void ext2fs_block_alloc_stats2(ext2_filsys fs, blk64_t blk, int inuse) in ext2fs_block_alloc_stats2()
89 void ext2fs_block_alloc_stats(ext2_filsys fs, blk_t blk, int inuse) in ext2fs_block_alloc_stats()
96 blk64_t blk, in ext2fs_set_block_alloc_stats_callback()
110 void ext2fs_block_alloc_stats_range(ext2_filsys fs, blk64_t blk, in ext2fs_block_alloc_stats_range()
154 void (*func)(ext2_filsys fs, blk64_t blk, in ext2fs_set_block_alloc_stats_range_callback()
H A Dbb_compat.c40 errcode_t badblocks_list_add(badblocks_list bb, blk_t blk) in badblocks_list_add()
45 int badblocks_list_test(badblocks_list bb, blk_t blk) in badblocks_list_test()
56 int badblocks_list_iterate(badblocks_iterate iter, blk_t *blk) in badblocks_list_iterate()
H A Dread_bb_file.c37 blk_t blk, in ext2fs_read_bb_FILE2()
82 static void call_compat_invalid(ext2_filsys fs, blk_t blk, in call_compat_invalid()
99 void (*invalid)(ext2_filsys fs, blk_t blk)) in ext2fs_read_bb_FILE()
H A Ddblist.c133 blk64_t blk, e2_blkcnt_t blockcnt) in ext2fs_add_dir_block2()
166 blk64_t blk, e2_blkcnt_t blockcnt) in ext2fs_set_dir_block2()
285 errcode_t ext2fs_add_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk, in ext2fs_add_dir_block()
294 errcode_t ext2fs_set_dir_block(ext2_dblist dblist, ext2_ino_t ino, blk_t blk, in ext2fs_set_dir_block()
H A Dext_attr.c293 errcode_t ext2fs_adjust_ea_refcount3(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount3()
331 errcode_t ext2fs_adjust_ea_refcount2(ext2_filsys fs, blk64_t blk, in ext2fs_adjust_ea_refcount2()
339 errcode_t ext2fs_adjust_ea_refcount(ext2_filsys fs, blk_t blk, in ext2fs_adjust_ea_refcount()
435 blk64_t blk; in ext2fs_free_ext_attr() local
507 blk64_t blk, goal; in prep_ea_block_for_write() local
752 blk64_t blk; in ext2fs_xattrs_write() local
1053 blk64_t blk; in ext2fs_xattrs_read() local
/aosp_15_r20/trusty/user/app/storage/test/storage-unittest/
Dmain.c779 size_t blk = 2048; in TEST_F() local
823 size_t blk = 2048; in TEST_F() local
954 size_t blk = 2048; in TEST_F() local
1001 size_t blk = 2048; in TEST_F() local
1046 size_t blk = 2048; in TEST_F() local
1120 size_t blk = 2048; in TEST_F() local
1189 size_t blk = 2048; in TEST_F() local
1334 size_t blk = 2048; in TEST_F() local
1369 size_t blk = 2048; in TEST_F() local
1633 size_t blk = 2048; in TEST_F() local
[all …]
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Didct_vca.cpp41 void idctrow1(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow1()
91 void idctcol1(int16 *blk) in idctcol1()
99 void idctrow2(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow2()
161 void idctcol2(int16 *blk) in idctcol2()
189 void idctrow3(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow3()
262 void idctcol3(int16 *blk) in idctcol3()
300 void idctrow4(int16 *blk, uint8 *pred, uint8 *dst, int width) in idctrow4()
378 void idctcol4(int16 *blk) in idctcol4()
426 void idctrow1_intra(int16 *blk, PIXEL *comp, int width) in idctrow1_intra()
456 void idctrow2_intra(int16 *blk, PIXEL *comp, int width) in idctrow2_intra()
[all …]
/aosp_15_r20/external/coreboot/tests/lib/
H A Dspd_cache-test.c91 struct spd_block blk; in test_spd_fill_from_cache() local
149 struct spd_block blk = {.addr_map = {0x50, 0x51, 0x52, 0x53}, in test_check_if_dimm_changed_not_changed() local
166 struct spd_block blk = {.addr_map = {0x50, 0x51, 0x52, 0x53}, in test_check_if_dimm_changed_sn_error() local
182 struct spd_block blk = {.addr_map = {0x50, 0x51, 0x52, 0x53}, in test_check_if_dimm_changed_sodimm_lost() local
200 struct spd_block blk = {.addr_map = {0x50, 0x51, 0x52, 0x53}, in test_check_if_dimm_changed_new_sodimm() local
219 struct spd_block blk = {.addr_map = {0x50, 0x51, 0x52, 0x53}, in test_check_if_dimm_changed_sn_changed() local
237 struct spd_block blk = {.addr_map = {0x50, 0, 0, 0}, in test_check_if_dimm_changed_with_nonexistent() local
/aosp_15_r20/external/e2fsprogs/resize/
H A Dresize2fs.c66 static inline int is_block_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_block_bm()
71 static inline int is_inode_bm(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_bm()
76 static int is_inode_tb(ext2_filsys fs, unsigned int grp, blk64_t blk) in is_inode_tb()
585 blk64_t blk, lblk; in fix_uninit_block_bitmaps() local
634 blk64_t blk; in free_gdp_blocks() local
696 blk64_t blk, group_block; in adjust_fs_info() local
1237 blk64_t blk; in mark_table_blocks() local
1279 int group, blk64_t blk) in mark_fs_metablock()
1354 blk64_t blk, group_blk; in blocks_to_move() local
1731 blk64_t blk; in resize2fs_get_alloc_block() local
[all …]
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Dpass1.c208 blk64_t blk; in e2fsck_pass1_check_symlink() local
666 blk64_t blk; in check_is_really_dir() local
886 blk64_t blk = 0; in reserve_block_for_root_repair() local
903 blk64_t blk = 0; in reserve_block_for_lnf_repair() local
2359 blk64_t blk; in adjust_extattr_refcount() local
2403 blk64_t blk; in check_ext_attr() local
2677 blk64_t blk; in handle_htree() local
2838 blk64_t blk, last_lblk; in scan_extent_node() local
3689 blk64_t blk = *block_nr; in process_block() local
3900 blk64_t blk = *block_nr; in process_bad_block() local
[all …]
/aosp_15_r20/external/mesa3d/src/panfrost/lib/tests/
H A Dtest-layout.cpp35 struct pan_block_size blk = in TEST() local
51 struct pan_block_size blk = panfrost_block_size( in TEST() local
64 struct pan_block_size blk = panfrost_block_size( in TEST() local
83 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
101 struct pan_block_size blk = panfrost_block_size(modifier, format[i]); in TEST() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_averages_and_directions.cpp49 const image_block& blk, in compute_partition_averages_rgb()
220 const image_block& blk, in compute_partition_averages_rgba()
390 const image_block& blk, in compute_avgs_and_dirs_4_comp()
461 const image_block& blk, in compute_avgs_and_dirs_3_comp()
570 const image_block& blk, in compute_avgs_and_dirs_3_comp_rgb()
633 const image_block& blk, in compute_avgs_and_dirs_2_comp()
725 const image_block& blk, in compute_error_squared_rgba()
867 const image_block& blk, in compute_error_squared_rgb()
Dastcenc_find_best_partitioning.cpp61 const image_block& blk, in kmeans_init()
147 const image_block& blk, in kmeans_assign()
211 const image_block& blk, in kmeans_update()
446 const image_block& blk, in compute_kmeans_partition_ordering()
536 const image_block& blk, in find_best_partition_candidates()
/aosp_15_r20/external/coreboot/src/lib/
H A Dspd_cache.c35 enum cb_err update_spd_cache(struct spd_block *blk) in update_spd_cache()
150 bool check_if_dimm_changed(u8 *spd_cache, struct spd_block *blk) in check_if_dimm_changed()
195 enum cb_err spd_fill_from_cache(uint8_t *spd_cache, struct spd_block *blk) in spd_fill_from_cache()
/aosp_15_r20/external/mesa3d/src/panfrost/util/
H A Dpan_liveness.c62 liveness_block_live_out(pan_block *blk, unsigned temp_count) in liveness_block_live_out()
75 liveness_block_update(pan_block *blk, unsigned temp_count, in liveness_block_update()
135 pan_block *blk = (struct pan_block *)cur->key; in pan_compute_liveness() local
/aosp_15_r20/external/e2fsprogs/tests/progs/
H A Dtest_rel.c56 const char *str, blk_t *blk) in parse_block()
219 blk_t blk; in do_brel_get() local
257 blk_t blk; in do_brel_next() local
279 blk_t blk; in do_brel_dump() local
333 blk_t blk; in do_brel_delete() local
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_post.c578 struct cil_block *blk = node->data; in __cil_post_db_count_helper() local
686 struct cil_block *blk = node->data; in __cil_post_db_array_helper() local
1518 struct cil_block *blk = node->data; in __cil_post_db_neverallow_attr_helper() local
1550 struct cil_block *blk = node->data; in __cil_post_db_attr_helper() local
1651 struct cil_block *blk = node->data; in __cil_post_db_roletype_helper() local
1734 struct cil_block *blk = NULL; in __cil_post_db_userrole_helper() local
1831 struct cil_block *blk = node->data; in __cil_post_db_cat_helper() local
2206 struct cil_block *blk = node->data; in __cil_post_db_classperms_helper() local
2262 struct cil_block *blk = node->data; in __cil_post_report_conflict() local

12345678910>>...14