HomeSort by relevance Sort by last modified time
    Searched refs:x_stride (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libwebp/utils/
rescaler.c 56 const int x_stride = wrk->num_channels; local
63 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
67 x_in += x_stride;
72 x_in += x_stride;
80 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
83 x_in += x_stride;
92 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
  /external/webp/src/utils/
rescaler.c 56 const int x_stride = wrk->num_channels; local
63 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
67 x_in += x_stride;
72 x_in += x_stride;
80 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
83 x_in += x_stride;
92 for (x_out = channel; x_out < x_out_max; x_out += x_stride) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 533 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
1163 LLVMValueRef x_stride, y_stride, z_stride; local
    [all...]
lp_bld_sample.c 1313 LLVMValueRef x_stride; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 533 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
1163 LLVMValueRef x_stride, y_stride, z_stride; local
    [all...]
lp_bld_sample.c 1313 LLVMValueRef x_stride; local
    [all...]

Completed in 138 milliseconds