Home
last modified time | relevance | path

Searched refs:num_pix (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_context_tree.c24 const int num_pix = num_blk << 4; in alloc_mode_context() local
33 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()
/external/opencv3/3rdparty/libwebp/enc/
Dbackward_references.c747 const int num_pix = width * height; in VP8LGetBackwardReferences() local
749 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()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c133 unsigned num_pix = coeff_bld->type.length; in calc_offsets() local
141 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()