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(32, num_pix * sizeof(*ctx->coeff[i][k]))); in alloc_mode_context()35 vpx_memalign(32, num_pix * sizeof(*ctx->qcoeff[i][k]))); in alloc_mode_context()37 vpx_memalign(32, num_pix * sizeof(*ctx->dqcoeff[i][k]))); in alloc_mode_context()
747 const int num_pix = width * height; in VP8LGetBackwardReferences() local749 VP8LBackwardRefsAlloc(&refs_rle, num_pix); in VP8LGetBackwardReferences()750 VP8LBackwardRefsAlloc(&refs_lz77, num_pix); in VP8LGetBackwardReferences()790 (num_pix < 320 * 200) && (cache_bits > 0) ? 1 : 0; in VP8LGetBackwardReferences()792 if (!VP8LBackwardRefsAlloc(&refs_trace, num_pix)) { in VP8LGetBackwardReferences()
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()