HomeSort by relevance Sort by last modified time
    Searched refs:pitch (Results 1 - 25 of 526) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/arm/
dct_arm.c 16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch)
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
  /external/libvpx/libvpx/vp8/encoder/arm/
dct_arm.c 16 void vp8_short_fdct8x4_armv6(short *input, short *output, int pitch)
18 vp8_short_fdct4x4_armv6(input, output, pitch);
19 vp8_short_fdct4x4_armv6(input + 4, output + 16, pitch);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_textblit.h 18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
21 int pitch);
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.h 18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
21 int pitch);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
loopfiltersimpleverticaledge_neon.c 15 static INLINE void write_2x8(unsigned char *dst, int pitch,
19 dst += pitch;
21 dst += pitch;
23 dst += pitch;
25 dst += pitch;
27 dst += pitch;
29 dst += pitch;
31 dst += pitch;
33 dst += pitch;
36 dst += pitch;
    [all...]
mbloopfilter_neon.c 157 int pitch,
168 src -= (pitch << 2);
171 src += pitch;
173 src += pitch;
175 src += pitch;
177 src += pitch;
179 src += pitch;
181 src += pitch;
183 src += pitch;
190 src -= (pitch * 6)
    [all...]
loopfilter_neon.c 128 int pitch,
138 src -= (pitch << 2);
141 src += pitch;
143 src += pitch;
145 src += pitch;
147 src += pitch;
149 src += pitch;
151 src += pitch;
153 src += pitch;
160 src -= (pitch * 5)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_surface.c 50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_surface.c 50 .pitch = _mesa_format_row_stride(format, width),
54 s->pitch = align(s->pitch, 256);
55 config.nv04.surf_pitch = s->pitch;
66 s->pitch = align(s->pitch, 64);
70 get_format_blocksy(format, height) * s->pitch,
86 dst->pitch = src->pitch;
  /external/chromium_org/chrome/common/
tts_utterance_request.cc 11 pitch(1.0) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch)
20 vp8_short_fdct4x4_mmx(input, output, pitch);
21 vp8_short_fdct4x4_mmx(input + 4, output + 16, pitch);
70 int pitch);
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
vp8_enc_stubs_sse2.c 35 int pitch);
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/libvpx/libvpx/vp8/encoder/x86/
vp8_enc_stubs_mmx.c 17 void vp8_short_fdct4x4_mmx(short *input, short *output, int pitch);
18 void vp8_short_fdct8x4_mmx(short *input, short *output, int pitch)
20 vp8_short_fdct4x4_mmx(input, output, pitch);
21 vp8_short_fdct4x4_mmx(input + 4, output + 16, pitch);
70 int pitch);
71 void vp8_subtract_b_mmx(BLOCK *be, BLOCKD *bd, int pitch)
77 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
vp8_enc_stubs_sse2.c 35 int pitch);
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch)
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 49 FT_Int pitch = source->pitch; local
63 if ( pitch < 0 )
64 pitch = -pitch;
65 size = (FT_ULong)( pitch * source->rows );
69 FT_Int target_pitch = target->pitch;
106 int pitch; local
115 pitch = bitmap->pitch;
223 FT_Int i, x, y, pitch; local
    [all...]
  /external/freetype/src/base/
ftbitmap.c 49 FT_Int pitch = source->pitch; local
63 if ( pitch < 0 )
64 pitch = -pitch;
65 size = (FT_ULong)( pitch * source->rows );
69 FT_Int target_pitch = target->pitch;
106 int pitch; local
115 pitch = bitmap->pitch;
223 FT_Int i, x, y, pitch; local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Pyramid.cpp 25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
csystemdependent.c 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch);
41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
42 void (*vp8_fast_fdct4x4)(short *input, short *output, int pitch);
43 void (*vp8_fast_fdct8x4)(short *input, short *output, int pitch);
44 void (*short_walsh4x4)(short *input, short *output, int pitch);
46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
59 extern void short_fdct4x4_c(short *input, short *output, int pitch);
60 extern void short_fdct8x4_c(short *input, short *output, int pitch);
61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
csystemdependent.c 40 void (*vp8_short_fdct4x4)(short *input, short *output, int pitch);
41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
42 void (*vp8_fast_fdct4x4)(short *input, short *output, int pitch);
43 void (*vp8_fast_fdct8x4)(short *input, short *output, int pitch);
44 void (*short_walsh4x4)(short *input, short *output, int pitch);
46 void (*vp8_subtract_b)(BLOCK *be, BLOCKD *bd, int pitch);
59 extern void short_fdct4x4_c(short *input, short *output, int pitch);
60 extern void short_fdct8x4_c(short *input, short *output, int pitch);
61 extern void vp8_short_walsh4x4_c(short *input, short *output, int pitch);
63 extern void vp8_subtract_b_c(BLOCK *be, BLOCKD *bd, int pitch);
    [all...]
  /device/asus/flo/camera/hdr/include/
morpho_image_data_ex.h 43 } pitch; member in struct:__anon2937
  /device/lge/hammerhead/camera/hdr/include/
morpho_image_data_ex.h 43 } pitch; member in struct:__anon3444
  /device/lge/mako/camera/hdr/include/
morpho_image_data_ex.h 43 } pitch; member in struct:__anon3764
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesisUtterance.h 61 float pitch() const { return m_platformUtterance->pitch(); } function in class:blink::FINAL
62 void setPitch(float pitch) { m_platformUtterance->setPitch(pitch); }
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
textblit.c 14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch)
47 output_pos[fontrow *pitch + fontcol] =
55 static void plot (const int x, const int y, unsigned char *image, const int pitch)
57 image [x+y*pitch] ^= 255;
61 void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch)
106 plot(y,x, image, pitch);
120 plot(x,y, image, pitch);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
dct.c 14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
34 ip += pitch / 2;
58 void vp8_short_fdct8x4_c(short *input, short *output, int pitch)
60 vp8_short_fdct4x4_c(input, output, pitch);
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch);
64 void vp8_short_walsh4x4_c(short *input, short *output, int pitch)
84 ip += pitch / 2;

Completed in 1204 milliseconds

1 2 3 4 5 6 7 8 91011>>