Searched refs:num_pix (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | context_tree.c | 25 static AOM_INLINE void alloc_mode_context(AV1_COMMON *cm, int num_pix, in alloc_mode_context() argument 30 const int num_blk = num_pix / 16; in alloc_mode_context() 48 if (num_pix <= MAX_PALETTE_SQUARE) { in alloc_mode_context() 52 aom_memalign(32, num_pix * sizeof(*ctx->color_index_map[i]))); in alloc_mode_context() 81 AV1_COMMON *cm, PC_TREE *tree, int num_pix, int is_leaf, in alloc_tree_contexts() argument 83 alloc_mode_context(cm, num_pix, &tree->none, shared_bufs); in alloc_tree_contexts() 87 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[0], shared_bufs); in alloc_tree_contexts() 88 alloc_mode_context(cm, num_pix / 2, &tree->vertical[0], shared_bufs); in alloc_tree_contexts() 90 alloc_mode_context(cm, num_pix / 2, &tree->horizontal[1], shared_bufs); in alloc_tree_contexts() 91 alloc_mode_context(cm, num_pix / 2, &tree->vertical[1], shared_bufs); in alloc_tree_contexts() [all …]
|
D | compound_type.c | 1225 const int num_pix = 1 << num_pels_log2_lookup[bsize]; in av1_compound_type_rd() local 1226 const int mask_len = 2 * num_pix * sizeof(uint8_t); in av1_compound_type_rd()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_context_tree.c | 24 const int num_pix = num_blk << 4; in alloc_mode_context() local 32 vpx_memalign(32, num_pix * sizeof(*ctx->coeff[i][k]))); in alloc_mode_context() 34 vpx_memalign(32, num_pix * sizeof(*ctx->qcoeff[i][k]))); in alloc_mode_context() 36 vpx_memalign(32, num_pix * sizeof(*ctx->dqcoeff[i][k]))); in alloc_mode_context()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 136 unsigned num_pix = coeff_bld->type.length; in calc_offsets() local 144 for (i = 0; i < num_pix; i++) { in calc_offsets() 146 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] + in calc_offsets() 148 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] + in calc_offsets()
|