Searched refs:num_pix (Results 1 – 3 of 3) sorted by relevance
24 const int num_pix = num_blk << 4; in alloc_mode_context() local33 vpx_memalign(16, num_pix * sizeof(int16_t))); in alloc_mode_context()35 vpx_memalign(16, num_pix * sizeof(int16_t))); in alloc_mode_context()37 vpx_memalign(16, num_pix * sizeof(int16_t))); in alloc_mode_context()39 vpx_memalign(16, num_pix * sizeof(uint16_t))); in alloc_mode_context()
133 unsigned num_pix = coeff_bld->type.length; in calc_offsets() local141 for (i = 0; i < num_pix; i++) { in calc_offsets()143 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] + in calc_offsets()145 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] + in calc_offsets()
825 const int num_pix = width * height; in VP8LGetBackwardReferences() local861 (num_pix < 320 * 200) && (cache_bits > 0) ? 1 : 0; in VP8LGetBackwardReferences()