HomeSort by relevance Sort by last modified time
    Searched full:xoffset (Results 1 - 25 of 583) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/intel/common/
gen_sample_positions.h 27 prefix##0XOffset = 0.5; \
31 prefix##0XOffset = 0.25; \
33 prefix##1XOffset = 0.75; \
37 prefix##0XOffset = 0.375; \
39 prefix##1XOffset = 0.875; \
41 prefix##2XOffset = 0.125; \
43 prefix##3XOffset = 0.625; \
47 prefix##0XOffset = 0.5625; \
49 prefix##1XOffset = 0.4375; \
51 prefix##2XOffset = 0.8125;
    [all...]
  /external/skia/gm/
smallpaths.cpp 62 static SkScalar xOffset = 34.f;
64 path->moveTo(-32.5f + xOffset, 0.0f + yOffset);
65 path->lineTo(32.5f + xOffset, 0.0f + yOffset);
67 path->moveTo(-32.5f + xOffset, 19 + yOffset);
68 path->lineTo(32.5f + xOffset, 19 + yOffset);
70 path->moveTo(-32.5f + xOffset, -19 + yOffset);
71 path->lineTo(32.5f + xOffset, -19 + yOffset);
72 path->lineTo(-32.5f + xOffset, -19 + yOffset);
80 static SkScalar xOffset = 34.f;
82 path->moveTo(-26.f + xOffset, 0.0f + yOffset)
    [all...]
arcofzorro.cpp 42 int xOffset = 0, yOffset = 0;
51 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
57 xOffset += 10;
58 if (xOffset >= 700) {
63 xOffset -= 10;
65 if (xOffset < 50) {
70 xOffset += 10;
textblobtransforms.cpp 39 SkScalar xOffset = bounds.width() + 5;
42 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, 0);
50 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10);
78 SkScalar xOffset = SkScalarCeilToScalar(bounds.width());
81 canvas->translate(xOffset, 2 * yOffset);
83 canvas->translate(-xOffset, 0);
85 canvas->translate(2 * xOffset, 0);
87 canvas->translate(-xOffset, -yOffset);
93 canvas->translate(4 * xOffset, -yOffset);
103 canvas->translate(-xOffset, yOffset)
    [all...]
imagefiltersclipped.cpp 123 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
125 bounds.fLeft = SkIntToScalar(xOffset);
140 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
141 bounds.fLeft = SkIntToScalar(xOffset);
  /external/skqp/gm/
smallpaths.cpp 62 static SkScalar xOffset = 34.f;
64 path->moveTo(-32.5f + xOffset, 0.0f + yOffset);
65 path->lineTo(32.5f + xOffset, 0.0f + yOffset);
67 path->moveTo(-32.5f + xOffset, 19 + yOffset);
68 path->lineTo(32.5f + xOffset, 19 + yOffset);
70 path->moveTo(-32.5f + xOffset, -19 + yOffset);
71 path->lineTo(32.5f + xOffset, -19 + yOffset);
72 path->lineTo(-32.5f + xOffset, -19 + yOffset);
80 static SkScalar xOffset = 34.f;
82 path->moveTo(-26.f + xOffset, 0.0f + yOffset)
    [all...]
arcofzorro.cpp 42 int xOffset = 0, yOffset = 0;
51 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
57 xOffset += 10;
58 if (xOffset >= 700) {
63 xOffset -= 10;
65 if (xOffset < 50) {
70 xOffset += 10;
textblobtransforms.cpp 39 SkScalar xOffset = bounds.width() + 5;
42 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, 0);
50 sk_tool_utils::add_to_text_blob(&builder, text, paint, xOffset, -yOffset - 10);
78 SkScalar xOffset = SkScalarCeilToScalar(bounds.width());
81 canvas->translate(xOffset, 2 * yOffset);
83 canvas->translate(-xOffset, 0);
85 canvas->translate(2 * xOffset, 0);
87 canvas->translate(-xOffset, -yOffset);
93 canvas->translate(4 * xOffset, -yOffset);
103 canvas->translate(-xOffset, yOffset)
    [all...]
imagefiltersclipped.cpp 123 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
125 bounds.fLeft = SkIntToScalar(xOffset);
140 for (int xOffset = 0; xOffset < 80; xOffset += 16) {
141 bounds.fLeft = SkIntToScalar(xOffset);
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 80 int xoffset, int yoffset, unsigned char *dst_ptr,
85 HFilter = vp8_six_tap_x86[xoffset];
96 int src_pixels_per_line, int xoffset,
106 if (xoffset) {
108 HFilter = vp8_six_tap_x86[xoffset];
116 HFilter = vp8_six_tap_x86[xoffset];
131 int xoffset, int yoffset,
137 if (xoffset) {
139 HFilter = vp8_six_tap_x86[xoffset];
147 HFilter = vp8_six_tap_x86[xoffset];
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Image.hpp 35 void loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input);
36 void loadCompressedData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei imageSize, const void *pixels);
61 void loadAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
62 void loadAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
63 void loadAlphaHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
64 void loadLuminanceImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
65 void loadLuminanceFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
66 void loadLuminanceHalfFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
67 void loadLuminanceAlphaImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) const;
68 void loadLuminanceAlphaFloatImageData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, int inputPitch, const void *input, void *buffer) co (…)
    [all...]
Image.cpp 238 void Image::loadImageData(GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLint unpackAlignment, const void *input)
252 loadAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
255 loadLuminanceImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
258 loadLuminanceAlphaImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
261 loadRGBUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
264 loadRGBAUByteImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
267 loadBGRAImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
276 loadRGB565ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
285 loadRGBA4444ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer);
294 loadRGBA5551ImageData(xoffset, yoffset, width, height, inputPitch, input, buffer)
    [all...]
  /frameworks/base/libs/hwui/tests/common/scenes/
RectGridAnimation.cpp 38 for (int xOffset = 0; xOffset < 200; xOffset += 2) {
40 region.op(xOffset, yOffset, xOffset + 1, yOffset + 1, SkRegion::kUnion_Op);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
PointsActivity.java 93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) {
104 float xOffset = 0;
108 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
109 xOffset += 5;
112 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
113 xOffset += 15;
116 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
117 xOffset += 30;
120 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
Lines2Activity.java 75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) {
76 canvas.drawLine(10 + xOffset, yOffset, 10 + xOffset, 40 + yOffset, p);
77 canvas.drawLine(30 + xOffset, yOffset, 40 + xOffset, 40 + yOffset, p);
78 canvas.drawLine(40 + xOffset, yOffset, 75 + xOffset, 35 + yOffset, p);
79 canvas.drawLine(50 + xOffset, 5+ yOffset, 100 + xOffset, 15 + yOffset, p);
80 canvas.drawLine(60 + xOffset, yOffset, 110 + xOffset, 2 + yOffset, p)
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.h 227 GLint xoffset, GLint yoffset, GLint zoffset,
237 GLint xoffset, GLint yoffset,
248 GLint xoffset, GLint yoffset, GLint zoffset,
290 _mesa_TexSubImage1D( GLenum target, GLint level, GLint xoffset,
298 GLint xoffset, GLint yoffset,
306 GLint xoffset, GLint yoffset, GLint zoffset,
312 _mesa_TextureSubImage1D(GLuint texture, GLint level, GLint xoffset,
320 GLint xoffset, GLint yoffset,
327 GLint xoffset, GLint yoffset, GLint zoffset,
345 _mesa_CopyTexSubImage1D( GLenum target, GLint level, GLint xoffset,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
pgen_test.go 61 nodeWithClass(Node{Xoffset: 0}, PFUNC),
62 nodeWithClass(Node{Xoffset: 10}, PFUNC),
66 nodeWithClass(Node{Xoffset: 20}, PFUNC),
67 nodeWithClass(Node{Xoffset: 10}, PFUNC),
71 nodeWithClass(Node{Xoffset: 10}, PFUNC),
72 nodeWithClass(Node{Xoffset: 10}, PFUNC),
76 nodeWithClass(Node{Xoffset: 10}, PPARAM),
77 nodeWithClass(Node{Xoffset: 20}, PPARAMOUT),
81 nodeWithClass(Node{Xoffset: 10}, PPARAMOUT),
82 nodeWithClass(Node{Xoffset: 20}, PPARAM)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
pgen_test.go 61 nodeWithClass(Node{Xoffset: 0}, PFUNC),
62 nodeWithClass(Node{Xoffset: 10}, PFUNC),
66 nodeWithClass(Node{Xoffset: 20}, PFUNC),
67 nodeWithClass(Node{Xoffset: 10}, PFUNC),
71 nodeWithClass(Node{Xoffset: 10}, PFUNC),
72 nodeWithClass(Node{Xoffset: 10}, PFUNC),
76 nodeWithClass(Node{Xoffset: 10}, PPARAM),
77 nodeWithClass(Node{Xoffset: 20}, PPARAMOUT),
81 nodeWithClass(Node{Xoffset: 10}, PPARAMOUT),
82 nodeWithClass(Node{Xoffset: 20}, PPARAM)
    [all...]
  /external/libvpx/libvpx/vp8/common/
filter.c 126 int xoffset, int yoffset, unsigned char *dst_ptr,
131 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
138 int xoffset, int yoffset, unsigned char *dst_ptr,
144 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
157 int xoffset, int yoffset, unsigned char *dst_ptr,
163 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
176 int xoffset, int yoffset, unsigned char *dst_ptr,
182 HFilter = vp8_sub_pel_filters[xoffset]; /* 6 tap */
323 int xoffset, int yoffset, unsigned char *dst_ptr,
329 assert((xoffset | yoffset) != 0)
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 330 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
331 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
334 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
335 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
338 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
339 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
342 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
343 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
346 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
347 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 331 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
332 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
335 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
336 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
339 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
340 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
343 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
344 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
347 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
348 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_sse2(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 261 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
264 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
267 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
270 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
273 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
276 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
279 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
282 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
285 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
288 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 261 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
264 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
267 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
270 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
273 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
276 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
279 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
282 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
285 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
288 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 261 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
264 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
267 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
270 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
273 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
276 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
279 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
282 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
285 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
288 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 275 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
278 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
281 uint32_t vpx_highbd_10_sub_pixel_avg_variance16x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
284 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x16_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
287 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
290 uint32_t vpx_highbd_10_sub_pixel_avg_variance32x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
293 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x4_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
296 uint32_t vpx_highbd_10_sub_pixel_avg_variance4x8_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
299 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x32_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred);
302 uint32_t vpx_highbd_10_sub_pixel_avg_variance64x64_c(const uint8_t *src_ptr, int source_stride, int xoffset, int yoffset, const uint8_t *ref_ptr, int ref_stride, uint32_t *sse, const uint8_t *second_pred)
    [all...]

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>