Searched defs:blk_idx (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ublksrv/qcow2/ |
H A D | qcow2_meta.cpp | 382 bool Qcow2TopTable::prep_flush(const qcow2_io_ctx_t &ioc, u32 blk_idx) in prep_flush() 395 void Qcow2TopTable::unprep_flush(u32 blk_idx) { in unprep_flush() 420 int blk_idx = (off - offset) >> min_bs_bits; in flush() local
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | sg_scat_gath.h | 141 int64_t blk_idx; // in range: [0 .. sglist.sum) variable
|
/aosp_15_r20/external/libvpx/vp8/decoder/ |
H A D | error_concealment.c | 115 const int blk_idx = VPXMAX(rel_ol_blk_row, 0) * 4 + VPXMAX(rel_ol_blk_col, 0); in calculate_overlaps_mb() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | block.h | 1485 static inline void set_blk_skip(uint8_t txb_skip[], int plane, int blk_idx, in set_blk_skip() 1504 static inline int is_blk_skip(uint8_t *txb_skip, int plane, int blk_idx) { in is_blk_skip()
|
H A D | tx_search.c | 2415 for (int r = 0, blk_idx = 0; r < txb_height; r += sub_txb_height) { in try_tx_block_split() local 2461 int blk_idx = 0; in get_blk_var_dev() local 3060 const int blk_idx = in block_rd_txfm() local
|
/aosp_15_r20/external/libhevc/decoder/ |
H A D | ihevcd_parse_slice.c | 122 WORD32 blk_idx, in ihevcd_parse_transform_tree()
|