Searched defs:x_stride (Results 1 - 5 of 5) sorted by relevance

/external/webp/src/dsp/
H A Drescaler.c30 const int x_stride = wrk->num_channels; local
35 for (channel = 0; channel < x_stride; ++channel) {
41 int right = (wrk->src_width > 1) ? src[x_in + x_stride] : left;
42 x_in += x_stride;
45 x_out += x_stride;
50 x_in += x_stride;
51 assert(x_in < wrk->src_width * x_stride);
62 const int x_stride = wrk->num_channels; local
67 for (channel = 0; channel < x_stride; ++channel) {
77 assert(x_in < wrk->src_width * x_stride);
[all...]
H A Drescaler_mips32.c26 const int x_stride = wrk->num_channels; local
31 const int x_stride1 = x_stride << 2;
36 for (channel = 0; channel < x_stride; ++channel) {
56 "addu %[src1], %[src1], %[x_stride] \n\t"
63 "subu %[loop_c], %[loop_c], %[x_stride] \n\t"
75 : [x_stride]"r"(x_stride), [fx_scale]"r"(fx_scale),
86 const int x_stride = wrk->num_channels; local
91 const int x_stride1 = x_stride << 2;
96 for (channel = 0; channel < x_stride;
[all...]
/external/tensorflow/tensorflow/cc/framework/
H A Dgradient_checker.cc139 // x_stride and y_stride are used to calculate the correct jacobian row and
142 const int x_stride = JacobianStride<X_T>::value; local
165 SetJacobian<X_T, JAC_T>(&jacobian, r * x_stride,
214 // x_stride and y_stride are used to calculate the correct jacobian row and
217 const int x_stride = JacobianStride<X_T>::value; local
253 SetJacobian<Y_T, JAC_T>(&jacobian, r * x_stride + unit_dimension,
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c640 LLVMValueRef x_stride; local
688 x_stride = lp_build_const_vec(bld->gallivm,
696 width_vec, x_stride, offsets[0],
1042 LLVMValueRef x_stride, y_stride, z_stride; local
1134 x_stride = lp_build_const_vec(bld->gallivm, bld->int_coord_bld.type,
1143 width_vec, x_stride, offsets[0],
1239 LLVMValueRef x_stride, y_stride, z_stride; local
1298 x_stride = lp_build_const_vec(bld->gallivm,
1311 x_icoord0, x_stride,
1315 x_icoord1, x_stride,
[all...]
H A Dlp_bld_sample.c2037 LLVMValueRef x_stride; local
2040 x_stride = lp_build_const_vec(bld->gallivm, bld->type,
2045 x, x_stride,

Completed in 125 milliseconds