Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Didct_blk_v6.c17 int stride, char *eobs) in vp8_dequant_idct_add_y_block_v6() argument
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_v6()
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_v6()
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_v6()
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride); in vp8_dequant_idct_add_y_block_v6()
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_v6()
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst+8, stride); in vp8_dequant_idct_add_y_block_v6()
48 vp8_dequant_idct_add_v6 (q+48, dq, dst+12, stride); in vp8_dequant_idct_add_y_block_v6()
51 vp8_dc_only_idct_add_v6 (q[48]*dq[0], dst+12, stride,dst+12,stride); in vp8_dequant_idct_add_y_block_v6()
56 dst += 4*stride; in vp8_dequant_idct_add_y_block_v6()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Didct_blk_mmx.c28 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_mmx() argument
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_mmx()
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_mmx()
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride); in vp8_dequant_idct_add_y_block_mmx()
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride, in vp8_dequant_idct_add_y_block_mmx()
47 dst+4, stride); in vp8_dequant_idct_add_y_block_mmx()
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_mmx()
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride, in vp8_dequant_idct_add_y_block_mmx()
56 dst+8, stride); in vp8_dequant_idct_add_y_block_mmx()
61 vp8_dequant_idct_add_mmx (q+48, dq, dst+12, stride); in vp8_dequant_idct_add_y_block_mmx()
[all …]
Didct_blk_sse2.c23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_sse2() argument
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2()
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_sse2()
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2()
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_sse2()
44 dst += stride*4; in vp8_dequant_idct_add_y_block_sse2()
51 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_sse2() argument
56 vp8_idct_dequant_full_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2()
58 vp8_idct_dequant_0_2x_sse2 (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_sse2()
61 dstu += stride*4; in vp8_dequant_idct_add_uv_block_sse2()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Didct_blk_neon.c18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
25 int stride, char *eobs) in vp8_dequant_idct_add_y_block_neon() argument
34 idct_dequant_full_2x_neon (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_neon()
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride); in vp8_dequant_idct_add_y_block_neon()
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride); in vp8_dequant_idct_add_y_block_neon()
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride); in vp8_dequant_idct_add_y_block_neon()
47 dst += 4*stride; in vp8_dequant_idct_add_y_block_neon()
55 int stride, char *eobs) in vp8_dequant_idct_add_uv_block_neon() argument
60 idct_dequant_full_2x_neon (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_neon()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Didct_blk.c16 unsigned char *dest, int stride);
23 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_c() argument
32 vp8_dequant_idct_add_c (q, dq, dst, stride); in vp8_dequant_idct_add_y_block_c()
35 vp8_dc_only_idct_add_c (q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_c()
43 dst += 4*stride - 16; in vp8_dequant_idct_add_y_block_c()
49 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_c() argument
58 vp8_dequant_idct_add_c (q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_c()
61 vp8_dc_only_idct_add_c (q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_c()
69 dstu += 4*stride - 8; in vp8_dequant_idct_add_uv_block_c()
77 vp8_dequant_idct_add_c (q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_c()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Didct_blk_dspr2.c18 unsigned char *dst, int stride, char *eobs) in vp8_dequant_idct_add_y_block_dspr2() argument
27 vp8_dequant_idct_add_dspr2(q, dq, dst, stride); in vp8_dequant_idct_add_y_block_dspr2()
30 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dst, stride, dst, stride); in vp8_dequant_idct_add_y_block_dspr2()
38 dst += 4 * stride - 16; in vp8_dequant_idct_add_y_block_dspr2()
44 unsigned char *dstu, unsigned char *dstv, int stride, char *eobs) in vp8_dequant_idct_add_uv_block_dspr2() argument
53 vp8_dequant_idct_add_dspr2(q, dq, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2()
56 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstu, stride, dstu, stride); in vp8_dequant_idct_add_uv_block_dspr2()
64 dstu += 4 * stride - 8; in vp8_dequant_idct_add_uv_block_dspr2()
72 vp8_dequant_idct_add_dspr2(q, dq, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
75 vp8_dc_only_idct_add_dspr2(q[0]*dq[0], dstv, stride, dstv, stride); in vp8_dequant_idct_add_uv_block_dspr2()
[all …]
/hardware/intel/img/psb_video/src/
Dpsb_surface.c67 psb_surface->stride = 512; in psb_surface_create()
70 psb_surface->stride = 1024; in psb_surface_create()
73 psb_surface->stride = 1280; in psb_surface_create()
77 psb_surface->stride = 2048; in psb_surface_create()
82 psb_surface->stride = 2048; in psb_surface_create()
85 psb_surface->stride = 4096; in psb_surface_create()
88 psb_surface->stride = (width + 0x3f) & ~0x3f; in psb_surface_create()
92 psb_surface->chroma_offset = psb_surface->stride * height; in psb_surface_create()
93 psb_surface->size = (psb_surface->stride * height * 3) / 2; in psb_surface_create()
98 psb_surface->stride = (width * 4 + pitchAlignMask) & ~pitchAlignMask;; in psb_surface_create()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s; in img_alloc_helper()
167 img->stride[VPX_PLANE_U] = img->stride[VPX_PLANE_V] = s >> xcs; in img_alloc_helper()
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED]; in vpx_img_set_rect()
217 data + x + y * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
218 data += img->h * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
221 img->planes[VPX_PLANE_Y] = data + x + y * img->stride[VPX_PLANE_Y]; in vpx_img_set_rect()
222 data += img->h * img->stride[VPX_PLANE_Y]; in vpx_img_set_rect()
227 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
228 data += (img->h >> img->y_chroma_shift) * img->stride[VPX_PLANE_U]; in vpx_img_set_rect()
231 + (y >> img->y_chroma_shift) * img->stride[VPX_PLANE_V]; in vpx_img_set_rect()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_reconintra.c36 ptrdiff_t stride, \
39 type##_predictor(dst, stride, size, above, left); \
48 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor() argument
54 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1); in d207_predictor()
55 dst[(bs - 1) * stride] = left[bs - 1]; in d207_predictor()
60 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 + in d207_predictor()
62 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[bs - 2] + in d207_predictor()
64 dst[(bs - 1) * stride] = left[bs - 1]; in d207_predictor()
69 dst[(bs - 1) * stride + c] = left[bs - 1]; in d207_predictor()
73 dst[r * stride + c] = dst[(r + 1) * stride + c - 2]; in d207_predictor()
[all …]
Dvp9_idct.h93 void vp9_iwht4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
95 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob);
96 void vp9_idct8x8_add(const int16_t *input, uint8_t *dest, int stride, int eob);
97 void vp9_idct16x16_add(const int16_t *input, uint8_t *dest, int stride, int
99 void vp9_idct32x32_add(const int16_t *input, uint8_t *dest, int stride,
103 int stride, int eob);
105 int stride, int eob);
107 int stride, int eob);
Dvp9_reconinter.h42 static INLINE int scaled_buffer_offset(int x_offset, int y_offset, int stride, in scaled_buffer_offset() argument
46 return y * stride + x; in scaled_buffer_offset()
50 uint8_t *src, int stride, in setup_pred_plane() argument
56 dst->buf = src + scaled_buffer_offset(x, y, stride, scale); in setup_pred_plane()
57 dst->stride = stride; in setup_pred_plane()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c2334 int stride = 0, scanline = 0; in mm_stream_calc_offset_preview() local
2353 stride = PAD_TO_SIZE(dim->width, width_padding); in mm_stream_calc_offset_preview()
2357 buf_planes->plane_info.mp[0].len = (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()
2360 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview()
2365 stride = PAD_TO_SIZE(dim->width, width_padding); in mm_stream_calc_offset_preview()
2369 (uint32_t)(stride * scanline); in mm_stream_calc_offset_preview()
2372 buf_planes->plane_info.mp[1].stride = stride; in mm_stream_calc_offset_preview()
2387 stride = PAD_TO_SIZE(dim->width, CAM_PAD_TO_32); in mm_stream_calc_offset_preview()
2390 stride = PAD_TO_SIZE(dim->width, padding->width_padding); in mm_stream_calc_offset_preview()
2395 PAD_TO_SIZE((uint32_t)(stride * scanline), CAM_PAD_TO_4K); in mm_stream_calc_offset_preview()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_idct32x32_1_add_neon.asm20 LD_16x8 $src, $stride
21 vld1.8 {q8}, [$src], $stride
22 vld1.8 {q9}, [$src], $stride
23 vld1.8 {q10}, [$src], $stride
24 vld1.8 {q11}, [$src], $stride
25 vld1.8 {q12}, [$src], $stride
26 vld1.8 {q13}, [$src], $stride
27 vld1.8 {q14}, [$src], $stride
28 vld1.8 {q15}, [$src], $stride
56 ST_16x8 $dst, $stride
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_intrapred4_dspr2.c17 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_4x4_dspr2() argument
40 : [left] "r" (left), [dst] "r" (dst), [stride] "r" (stride) in vp9_h_predictor_4x4_dspr2()
44 void vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_4x4_dspr2() argument
82 [dst] "r" (dst), [stride] "r" (stride) in vp9_dc_predictor_4x4_dspr2()
86 void vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_tm_predictor_4x4_dspr2() argument
229 [dst] "r" (dst), [stride] "r" (stride), [cm] "r" (cm) in vp9_tm_predictor_4x4_dspr2()
Dvp9_intrapred8_dspr2.c17 void vp9_h_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_8x8_dspr2() argument
69 [stride] "r" (stride) in vp9_h_predictor_8x8_dspr2()
73 void vp9_dc_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_8x8_dspr2() argument
152 [stride] "r" (stride) in vp9_dc_predictor_8x8_dspr2()
156 void vp9_tm_predictor_8x8_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_tm_predictor_8x8_dspr2() argument
607 [dst] "r" (dst), [stride] "r" (stride), [cm] "r" (cm) in vp9_tm_predictor_8x8_dspr2()
Dvp9_intrapred16_dspr2.c17 void vp9_h_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_h_predictor_16x16_dspr2() argument
160 : [left] "r" (left), [dst] "r" (dst), [stride] "r" (stride) in vp9_h_predictor_16x16_dspr2()
164 void vp9_dc_predictor_16x16_dspr2(uint8_t *dst, ptrdiff_t stride, in vp9_dc_predictor_16x16_dspr2() argument
329 [dst] "r" (dst), [stride] "r" (stride) in vp9_dc_predictor_16x16_dspr2()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DRotationBufferProvider.cpp121 int stride = 0; in getStride() local
123 stride = 512; in getStride()
125 stride = 1024; in getStride()
127 stride = 1280; in getStride()
129 stride = 2048; in getStride()
131 stride = 2048; in getStride()
133 stride = 4096; in getStride()
135 stride = (width + 0x3f) & ~0x3f; in getStride()
136 return stride; in getStride()
158 int stride; in createVaSurface() local
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DRotationBufferProvider.cpp121 int stride = 0; in getStride() local
123 stride = 512; in getStride()
125 stride = 1024; in getStride()
127 stride = 1280; in getStride()
129 stride = 2048; in getStride()
131 stride = 2048; in getStride()
133 stride = 4096; in getStride()
135 stride = (width + 0x3f) & ~0x3f; in getStride()
136 return stride; in getStride()
158 int stride; in createVaSurface() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dfdct4x4_test.cc33 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
34 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
35 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
37 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
43 void fdct4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct4x4_ref() argument
44 vp9_fdct4x4_c(in, out, stride); in fdct4x4_ref()
47 void fht4x4_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht4x4_ref() argument
48 vp9_fht4x4_c(in, out, stride, tx_type); in fht4x4_ref()
56 virtual void RunFwdTxfm(const int16_t *in, int16_t *out, int stride) = 0;
58 virtual void RunInvTxfm(const int16_t *out, uint8_t *dst, int stride) = 0;
[all …]
Dfdct8x8_test.cc32 typedef void (*fdct_t)(const int16_t *in, int16_t *out, int stride);
33 typedef void (*idct_t)(const int16_t *in, uint8_t *out, int stride);
34 typedef void (*fht_t) (const int16_t *in, int16_t *out, int stride,
36 typedef void (*iht_t) (const int16_t *in, uint8_t *out, int stride,
42 void fdct8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fdct8x8_ref() argument
43 vp9_fdct8x8_c(in, out, stride); in fdct8x8_ref()
46 void fht8x8_ref(const int16_t *in, int16_t *out, int stride, int tx_type) { in fht8x8_ref() argument
47 vp9_fht8x8_c(in, out, stride, tx_type); in fht8x8_ref()
55 virtual void RunFwdTxfm(int16_t *in, int16_t *out, int stride) = 0;
56 virtual void RunInvTxfm(int16_t *out, uint8_t *dst, int stride) = 0;
[all …]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnRGBPlane.cpp94 uint32_t stride; in setDataBuffer() local
120 stride = mapper.getStride().rgb.stride; in setDataBuffer()
123 …linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1… in setDataBuffer()
125 linoff = srcY * stride + srcX * bpp; in setDataBuffer()
128 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
151 mContext.ctx.sp_ctx.stride = stride; in setDataBuffer()
162 mContext.ctx.sp_ctx.stride = align_to(srcW, 32) * 4; in setDataBuffer()
189 mContext.ctx.sp_ctx.stride, in setDataBuffer()
263 uint32_t stride; in setFramebufferTarget() local
284 stride = align_to((4 * align_to(mPosition.w, 32)), 64); in setFramebufferTarget()
[all …]
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_media_info.h418 unsigned int alignment, stride = 0; in VENUS_Y_STRIDE() local
428 stride = MSM_MEDIA_ALIGN(width, alignment); in VENUS_Y_STRIDE()
432 stride = MSM_MEDIA_ALIGN(width, 192); in VENUS_Y_STRIDE()
433 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment); in VENUS_Y_STRIDE()
439 return stride; in VENUS_Y_STRIDE()
444 unsigned int alignment, stride = 0; in VENUS_UV_STRIDE() local
454 stride = MSM_MEDIA_ALIGN(width, alignment); in VENUS_UV_STRIDE()
458 stride = MSM_MEDIA_ALIGN(width, 192); in VENUS_UV_STRIDE()
459 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment); in VENUS_UV_STRIDE()
465 return stride; in VENUS_UV_STRIDE()
[all …]
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_media_info.h418 unsigned int alignment, stride = 0; in VENUS_Y_STRIDE() local
428 stride = MSM_MEDIA_ALIGN(width, alignment); in VENUS_Y_STRIDE()
432 stride = MSM_MEDIA_ALIGN(width, 192); in VENUS_Y_STRIDE()
433 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment); in VENUS_Y_STRIDE()
439 return stride; in VENUS_Y_STRIDE()
444 unsigned int alignment, stride = 0; in VENUS_UV_STRIDE() local
454 stride = MSM_MEDIA_ALIGN(width, alignment); in VENUS_UV_STRIDE()
458 stride = MSM_MEDIA_ALIGN(width, 192); in VENUS_UV_STRIDE()
459 stride = MSM_MEDIA_ALIGN(stride * 4/3, alignment); in VENUS_UV_STRIDE()
465 return stride; in VENUS_UV_STRIDE()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnRGBPlane.cpp153 uint32_t stride; in setDataBuffer() local
179 stride = mapper.getStride().rgb.stride; in setDataBuffer()
182 …linoff = srcY * stride + srcX * bpp + (mapper.getCrop().h - 1) * stride + (mapper.getCrop().w - 1… in setDataBuffer()
184 linoff = srcY * stride + srcX * bpp; in setDataBuffer()
187 if (linoff > (stride * mapper.getHeight())) { in setDataBuffer()
210 mContext.ctx.sp_ctx.stride = stride; in setDataBuffer()
221 mContext.ctx.sp_ctx.stride = align_to(srcW, 32) * 4; in setDataBuffer()
247 mContext.ctx.sp_ctx.stride, in setDataBuffer()
321 uint32_t stride; in setFramebufferTarget() local
342 stride = align_to((4 * align_to(mPosition.w, 32)), 64); in setFramebufferTarget()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtemporal_filter.c43 int stride, in vp8_temporal_filter_predictors_mb_c() argument
53 yptr = y_mb_ptr + (mv_row >> 3) * stride + (mv_col >> 3); in vp8_temporal_filter_predictors_mb_c()
57 x->subpixel_predict16x16(yptr, stride, in vp8_temporal_filter_predictors_mb_c()
62 vp8_copy_mem16x16(yptr, stride, &pred[0], 16); in vp8_temporal_filter_predictors_mb_c()
68 stride = (stride + 1) >> 1; in vp8_temporal_filter_predictors_mb_c()
69 offset = (mv_row >> 3) * stride + (mv_col >> 3); in vp8_temporal_filter_predictors_mb_c()
75 x->subpixel_predict8x8(uptr, stride, in vp8_temporal_filter_predictors_mb_c()
77 x->subpixel_predict8x8(vptr, stride, in vp8_temporal_filter_predictors_mb_c()
82 vp8_copy_mem8x8(uptr, stride, &pred[256], 8); in vp8_temporal_filter_predictors_mb_c()
83 vp8_copy_mem8x8(vptr, stride, &pred[320], 8); in vp8_temporal_filter_predictors_mb_c()
[all …]

12345678910>>...15