HomeSort by relevance Sort by last modified time
    Searched defs:SetArray (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cfxjse_value.cpp 94 void CFXJSE_Value::SetArray(
  /external/libaom/libaom/test/
yuv_temporal_filter_test.cc 121 void SetArray(PixelType *pixel_array, int width, int height, int stride,
132 void SetArray(PixelType *pixel_array, int width, int height, int stride,
467 SetArray(y_src, width, height, y_stride, max_val);
468 SetArray(y_pre, width, height, y_stride, 0);
469 SetArray(u_src, uv_width, uv_height, uv_stride, max_val);
470 SetArray(u_pre, uv_width, uv_height, uv_stride, 0);
471 SetArray(v_src, uv_width, uv_height, uv_stride, max_val);
472 SetArray(v_pre, uv_width, uv_height, uv_stride, 0);
475 SetArray(y_src, width, height, y_stride, &rnd_, 0, max_val);
476 SetArray(y_pre, width, height, y_stride, &rnd_, 0, max_val)
    [all...]

Completed in 1973 milliseconds