Searched refs:dst (Results 76 - 100 of 296) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h38 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
39 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
40 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
88 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
89 void vp8_short_idct4x4llm_v6_dual(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
90 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
101 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
102 void vp8_dc_only_idct_add_v6(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
103 void vp8_dc_only_idct_add_neon(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
106 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, in
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemb.c62 pd->dst.buf, pd->dst.stride);
310 const int16_t *src, int16_t *dst, int src_stride) {
312 vp9_fdct32x32_rd(src, dst, src_stride);
314 vp9_fdct32x32(src, dst, src_stride);
377 uint8_t *dst; local
380 dst = &pd->dst.buf[4 * j * pd->dst.stride + 4 * i];
409 vp9_idct32x32_add(dqcoeff, dst, p
309 fdct32x32(int rd_transform, const int16_t *src, int16_t *dst, int src_stride) argument
436 uint8_t *dst; local
491 uint8_t *src, *dst; local
[all...]
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp39 return mRotDataInfo.dst.memory_id;
43 return mRotDataInfo.dst.offset;
47 return mRotImgInfo.dst.format;
102 mRotImgInfo.dst.width = whf.w;
103 mRotImgInfo.dst.height = whf.h;
129 utils::swap(mRotImgInfo.dst.width, mRotImgInfo.dst.height);
153 mRotImgInfo.dst.format);
172 mRotDataInfo.dst.memory_id = mem.getFD();
173 mRotDataInfo.dst
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp163 const struct copybit_rect_t *dst,
167 intersect(&clip, scissor, dst);
176 delta_x = (clip.t - dst->t);
177 delta_y = (dst->r - clip.r);
180 W = dst->b - dst->t;
181 H = dst->r - dst->l;
183 delta_x = (clip.l - dst->l);
184 delta_y = (clip.t - dst
161 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
[all...]
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
636 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
644 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
664 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
666 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
701 ret = set_image(ctx, ctx->dst[RGB_SURFAC
721 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1083 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1399 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1418 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1435 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp163 const struct copybit_rect_t *dst,
167 intersect(&clip, scissor, dst);
176 delta_x = (clip.t - dst->t);
177 delta_y = (dst->r - clip.r);
180 W = dst->b - dst->t;
181 H = dst->r - dst->l;
183 delta_x = (clip.l - dst->l);
184 delta_y = (clip.t - dst
161 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
[all...]
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
642 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
644 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
670 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
672 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
707 ret = set_image(ctx, ctx->dst[RGB_SURFAC
727 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1089 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1405 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1424 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1441 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.cpp169 const struct copybit_rect_t *dst,
173 intersect(&clip, scissor, dst);
185 delta_x = (clip.t - dst->t);
186 delta_y = (dst->r - clip.r);
189 W = dst->b - dst->t;
190 H = dst->r - dst->l;
192 delta_x = (clip.l - dst->l);
193 delta_y = (clip.t - dst
167 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
[all...]
H A Dcopybit_c2d.cpp146 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
160 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
161 void* dst_surface_base; // Stores the dst surface addr
641 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
643 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
649 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
669 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
671 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
706 ret = set_image(ctx, ctx->dst[RGB_SURFAC
726 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1067 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1383 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1402 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1419 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp166 const struct copybit_rect_t *dst,
170 intersect(&clip, scissor, dst);
179 delta_x = (clip.t - dst->t);
180 delta_y = (dst->r - clip.r);
183 W = dst->b - dst->t;
184 H = dst->r - dst->l;
186 delta_x = (clip.l - dst->l);
187 delta_y = (clip.t - dst
164 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
[all...]
H A Dcopybit_c2d.cpp146 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
160 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
161 void* dst_surface_base; // Stores the dst surface addr
645 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
647 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
653 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
673 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
675 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
710 ret = set_image(ctx, ctx->dst[RGB_SURFAC
730 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1092 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1408 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1427 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1444 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp172 const struct copybit_rect_t *dst,
176 intersect(&clip, scissor, dst);
188 delta_x = (clip.t - dst->t);
189 delta_y = (dst->r - clip.r);
192 W = dst->b - dst->t;
193 H = dst->r - dst->l;
195 delta_x = (clip.l - dst->l);
196 delta_y = (clip.t - dst
170 set_rects(struct copybit_context_t *dev, struct mdp_blit_req *e, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
[all...]
H A Dcopybit_c2d.cpp147 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
161 bool dst_surface_mapped; // Set when dst surface is mapped to GPU addr
162 void* dst_surface_base; // Stores the dst surface addr
647 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
649 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
655 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
675 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
677 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
714 ret = set_image(ctx, ctx->dst[RGB_SURFAC
734 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1087 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1407 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1426 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
1443 fill_color(struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_rect_t const *rect, uint32_t ) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h29 void vp8_bilinear_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
30 void vp8_bilinear_predict16x16_mmx(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
31 void vp8_bilinear_predict16x16_sse2(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
32 void vp8_bilinear_predict16x16_ssse3(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
33 RTCD_EXTERN void (*vp8_bilinear_predict16x16)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
35 void vp8_bilinear_predict4x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
36 void vp8_bilinear_predict4x4_mmx(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
37 RTCD_EXTERN void (*vp8_bilinear_predict4x4)(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
39 void vp8_bilinear_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
40 void vp8_bilinear_predict8x4_mmx(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, in
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_1_add_neon.asm56 ST_16x8 $dst, $stride
57 vst1.8 {q8}, [$dst], $stride
58 vst1.8 {q9}, [$dst], $stride
59 vst1.8 {q10},[$dst], $stride
60 vst1.8 {q11},[$dst], $stride
61 vst1.8 {q12},[$dst], $stride
62 vst1.8 {q13},[$dst], $stride
63 vst1.8 {q14},[$dst], $stride
64 vst1.8 {q15},[$dst], $stride
H A Dvp9_convolve8_avg_neon.asm32 MULTIPLY_BY_Q0 $dst, $src0, $src1, $src2, $src3, $src4, $src5, $src6, $src7
33 vmull.s16 $dst, $src0, d0[0]
34 vmlal.s16 $dst, $src1, d0[1]
35 vmlal.s16 $dst, $src2, d0[2]
36 vmlal.s16 $dst, $src3, d0[3]
37 vmlal.s16 $dst, $src4, d1[0]
38 vmlal.s16 $dst, $src5, d1[1]
39 vmlal.s16 $dst, $src6, d1[2]
40 vmlal.s16 $dst, $src7, d1[3]
45 ; r2 uint8_t *dst
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddct32x32_test.cc104 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs);
111 dst[j] = rnd.Rand8();
112 test_input_block[j] = src[j] - dst[j];
116 REGISTER_STATE_CHECK(inv_txfm_(test_temp_block, dst, 32));
119 const uint32_t diff = dst[j] - src[j];
216 DECLARE_ALIGNED_ARRAY(16, uint8_t, dst, kNumCoeffs);
225 dst[j] = rnd.Rand8();
226 in[j] = src[j] - dst[j];
232 REGISTER_STATE_CHECK(inv_txfm_(coeff, dst, 32));
234 const int diff = dst[
[all...]
H A Dvp8_decrypt_test.cc29 void encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, argument
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
H A Didct8x8_test.cc114 uint8_t dst[64], src[64]; local
118 dst[j] = rnd.Rand8();
122 input[j] = src[j] - dst[j];
127 vp9_idct8x8_64_add_c(coeff, dst, 8);
129 const int diff = dst[j] - src[j];
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp149 unsigned int dst[NUM_SURFACE_TYPES]; // dst surfaces member in struct:copybit_context_t
626 status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
654 int status = msm_copybit(ctx, ctx->dst[ctx->dst_surface_type]);
656 if(LINK_c2dFinish(ctx->dst[ctx->dst_surface_type])) {
687 ret = set_image(ctx, ctx->dst[RGB_SURFACE], buf,
696 ret = LINK_c2dFillSurface(ctx->dst[RGB_SURFACE], 0x0, &c2drect);
705 const struct copybit_rect_t *dst,
703 set_rects(struct copybit_context_t *ctx, C2D_OBJECT *c2dObject, const struct copybit_rect_t *dst, const struct copybit_rect_t *src, const struct copybit_rect_t *scissor) argument
1064 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1363 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
1382 blit_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_region_t const *region) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
H A Dvp8_rtcd.h34 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, in
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
H A Dvp8_rtcd.h34 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
64 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride);
73 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride);
76 void vp8_copy_mem16x16_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
79 void vp8_copy_mem8x8_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
82 void vp8_copy_mem8x4_c(unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch);
91 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, int b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
94 void vp8_sixtap_predict16x16_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
97 void vp8_sixtap_predict8x8_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, int dst_pitch);
100 void vp8_sixtap_predict8x4_c(unsigned char *src, int src_pitch, int xofst, int yofst, unsigned char *dst, in
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
H A Dvp9_intrapred_sse2.asm22 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset
43 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset
49 DEFINE_ARGS dst, stride, stride3
72 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset
78 DEFINE_ARGS dst, stride, stride3, lines4
104 cglobal dc_predictor_32x32, 4, 5, 5, dst, stride, above, left, goffset
112 DEFINE_ARGS dst, stride, stride3, lines4
146 cglobal v_predictor_4x4, 3, 3, 1, dst, stride, above
156 cglobal v_predictor_8x8, 3, 3, 1, dst, stride, above
158 DEFINE_ARGS dst, strid
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance_impl_intrin_avx2.c70 dst_reg = _mm256_load_si256((__m256i const *) (dst));
125 const uint8_t *dst,
146 dst+= dst_stride;
158 dst+= dst_stride;
174 dst+= dst_stride;
188 dst+= dst_stride;
208 dst+= dst_stride;
230 dst+= dst_stride;
247 dst+= dst_stride;
272 dst
121 vp9_sub_pixel_variance32xh_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, int height, unsigned int *sse) argument
304 dst+= dst_stride; local
312 vp9_sub_pixel_avg_variance32xh_avx2(const uint8_t *src, int src_stride, int x_offset, int y_offset, const uint8_t *dst, int dst_stride, const uint8_t *sec, int sec_stride, int height, unsigned int *sse) argument
446 dst+= dst_stride; local
496 dst+= dst_stride; local
533 dst+= dst_stride; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dmbpitch.c59 (block >> 2) * 4 * x->dst.y_stride + (block & 3) * 4;
66 ((block - 16) >> 1) * 4 * x->dst.uv_stride + (block & 1) * 4;

Completed in 563 milliseconds

1234567891011>>