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

/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c31 const int x_stride = wrk->num_channels; local
38 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
42 x_in += x_stride;
47 x_in += x_stride;
55 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
58 x_in += x_stride;
67 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
97 const int x_stride = wrk->num_channels; local
108 const int x_stride1 = x_stride << 2;
123 "addu %[src1], %[src1], %[x_stride] \
[all...]
/external/webp/src/utils/
H A Drescaler.c31 const int x_stride = wrk->num_channels; local
38 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
42 x_in += x_stride;
47 x_in += x_stride;
55 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
58 x_in += x_stride;
67 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
97 const int x_stride = wrk->num_channels; local
108 const int x_stride1 = x_stride << 2;
123 "addu %[src1], %[src1], %[x_stride] \
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1313 LLVMValueRef x_stride; local
1316 x_stride = lp_build_const_vec(bld->gallivm, bld->type,
1321 x, x_stride,
H A Dlp_bld_sample_aos.c533 LLVMValueRef x_stride; local
587 x_stride = lp_build_const_vec(bld->gallivm,
595 width_vec, x_stride,
984 LLVMValueRef x_stride, y_stride, z_stride; local
1062 x_stride = lp_build_const_vec(bld->gallivm, bld->int_coord_bld.type,
1071 width_vec, x_stride,
1163 LLVMValueRef x_stride, y_stride, z_stride; local
1222 x_stride = lp_build_const_vec(bld->gallivm,
1235 x_icoord0, x_stride,
1239 x_icoord1, x_stride,
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1313 LLVMValueRef x_stride; local
1316 x_stride = lp_build_const_vec(bld->gallivm, bld->type,
1321 x, x_stride,
H A Dlp_bld_sample_aos.c533 LLVMValueRef x_stride; local
587 x_stride = lp_build_const_vec(bld->gallivm,
595 width_vec, x_stride,
984 LLVMValueRef x_stride, y_stride, z_stride; local
1062 x_stride = lp_build_const_vec(bld->gallivm, bld->int_coord_bld.type,
1071 width_vec, x_stride,
1163 LLVMValueRef x_stride, y_stride, z_stride; local
1222 x_stride = lp_build_const_vec(bld->gallivm,
1235 x_icoord0, x_stride,
1239 x_icoord1, x_stride,
[all...]

Completed in 218 milliseconds