/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 72 const tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_optimize_b() 73 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_optimize_b() 74 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_optimize_b() 354 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_fp() 355 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_fp() 356 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_fp() 432 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant_dc() 433 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in vp9_xform_quant_dc() 434 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_xform_quant_dc() 506 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in vp9_xform_quant() [all …]
|
D | vp9_quantize.c | 167 tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block), in vp9_regular_quantize_b_4x4() 168 *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in vp9_regular_quantize_b_4x4() 179 vpx_highbd_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, in vp9_regular_quantize_b_4x4() 186 vpx_quantize_b(BLOCK_OFFSET(p->coeff, block), n_coeffs, x->skip_block, in vp9_regular_quantize_b_4x4()
|
D | vp9_rdopt.c | 371 const tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in cost_coeffs() 620 const tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in dist_block() 621 const tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in dist_block() 657 const tran_low_t *dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in dist_block() 812 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[plane].coeff, block); in block_rd_txfm() 813 tran_low_t *const dqcoeff = BLOCK_OFFSET(xd->plane[plane].dqcoeff, block); in block_rd_txfm() 1141 tran_low_t *const coeff = BLOCK_OFFSET(x->plane[0].coeff, block); in rd_pick_intra4x4block() 1160 vp9_highbd_iwht4x4_add(BLOCK_OFFSET(pd->dqcoeff, block), dst16, in rd_pick_intra4x4block() 1176 coeff, BLOCK_OFFSET(pd->dqcoeff, block), 16, in rd_pick_intra4x4block() 1182 vp9_highbd_iht4x4_add(tx_type, BLOCK_OFFSET(pd->dqcoeff, block), in rd_pick_intra4x4block() [all …]
|
D | vp9_tokenize.c | 365 const tran_low_t *qcoeff = BLOCK_OFFSET(p->qcoeff, block); in tokenize_b()
|
D | vp9_pickmode.c | 766 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in block_yrd() 767 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in block_yrd() 768 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in block_yrd() 816 tran_low_t *const coeff = BLOCK_OFFSET(p->coeff, block); in block_yrd() 817 tran_low_t *const qcoeff = BLOCK_OFFSET(p->qcoeff, block); in block_yrd() 818 tran_low_t *const dqcoeff = BLOCK_OFFSET(pd->dqcoeff, block); in block_yrd()
|
/external/squashfs-tools/squashfs-tools/ |
D | xattr.c | 332 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, in get_xattr_space() 337 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_xattr_space() 514 c_byte = mangle(xattr_table + xattr_bytes + BLOCK_OFFSET, datap, in write_xattrs() 518 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in write_xattrs()
|
D | mksquashfs.h | 144 #define BLOCK_OFFSET 2 macro
|
D | mksquashfs.c | 510 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, in get_inode() 515 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in get_inode() 516 total_inode_bytes += SQUASHFS_METADATA_SIZE + BLOCK_OFFSET; in get_inode() 652 c_byte = mangle(inode_table + inode_bytes + BLOCK_OFFSET, datap, in write_inodes() 656 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET; in write_inodes() 657 total_inode_bytes += avail_bytes + BLOCK_OFFSET; in write_inodes() 690 BLOCK_OFFSET, directoryp, avail_bytes, in write_directories() 697 BLOCK_OFFSET; in write_directories() 698 total_directory_bytes += avail_bytes + BLOCK_OFFSET; in write_directories() 1398 BLOCK_OFFSET, directory_data_cache, in write_dir() [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | encodemb.c | 139 tran_low_t *const qcoeff = p->qcoeff + BLOCK_OFFSET(block); in av1_dropout_qcoeff() 140 tran_low_t *const dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in av1_dropout_qcoeff() 273 const int block_offset = BLOCK_OFFSET(block); in av1_xform_quant() 361 tran_low_t *const dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in encode_block() 568 tran_low_t *const dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in encode_block_pass1() 686 tran_low_t *dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in av1_encode_block_intra()
|
D | encodetxb.c | 586 const tran_low_t *tcoeff = tcoeff_txb + BLOCK_OFFSET(block); 763 const tran_low_t *const qcoeff = p->qcoeff + BLOCK_OFFSET(block); 889 tran_low_t *qcoeff = p->qcoeff + BLOCK_OFFSET(block); 950 tran_low_t *tcoeff = p->coeff + BLOCK_OFFSET(block); 951 tran_low_t *qcoeff = p->qcoeff + BLOCK_OFFSET(block); 954 tran_low_t *dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); 1755 const int block_offset = BLOCK_OFFSET(block); 1923 const int block_offset = BLOCK_OFFSET(block); 2083 const int block_offset = BLOCK_OFFSET(block);
|
D | nonrd_pickmode.c | 773 const int block_offset = BLOCK_OFFSET(block); in block_yrd() 853 const int block_offset = BLOCK_OFFSET(block); in block_yrd()
|
D | tx_search.c | 1067 tran_low_t *dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in inverse_transform_block_facade() 1196 const tran_low_t *dqcoeff = pd->dqcoeff + BLOCK_OFFSET(block); in dist_block_px_domain() 1327 const int block_offset = BLOCK_OFFSET(block); in dist_block_tx_domain()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 139 #define BLOCK_OFFSET(x, i) ((x) + (i)*16) macro
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 417 #define BLOCK_OFFSET(i) ((i) << 4) macro
|