Searched refs:num_pix (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_context_tree.c24 const int num_pix = num_blk << 4; local
33 vpx_memalign(16, num_pix * sizeof(*ctx->coeff[i][k])));
35 vpx_memalign(16, num_pix * sizeof(*ctx->qcoeff[i][k])));
37 vpx_memalign(16, num_pix * sizeof(*ctx->dqcoeff[i][k])));
39 vpx_memalign(16, num_pix * sizeof(*ctx->eobs[i][k])));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c133 unsigned num_pix = coeff_bld->type.length; local
141 for (i = 0; i < num_pix; i++) {
143 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] +
145 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] +
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c133 unsigned num_pix = coeff_bld->type.length; local
141 for (i = 0; i < num_pix; i++) {
143 pixxf = lp_build_const_float(gallivm, quad_offset_x[i % num_pix] +
145 pixyf = lp_build_const_float(gallivm, quad_offset_y[i % num_pix] +
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c825 const int num_pix = width * height; local
861 (num_pix < 320 * 200) && (cache_bits > 0) ? 1 : 0;
/external/webp/src/enc/
H A Dbackward_references.c825 const int num_pix = width * height; local
861 (num_pix < 320 * 200) && (cache_bits > 0) ? 1 : 0;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c997 int num_pix = num_4x4_blk << 4; local
1006 vpx_memalign(16, num_pix * sizeof(int16_t)));
1008 vpx_memalign(16, num_pix * sizeof(int16_t)));
1010 vpx_memalign(16, num_pix * sizeof(int16_t)));
1012 vpx_memalign(16, num_pix * sizeof(uint16_t)));

Completed in 329 milliseconds