Searched refs:dst (Results 1 - 25 of 296) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconintra4x4.c19 unsigned char *dst, int dst_stride,
48 dst[c] = expected_dc;
51 dst += dst_stride;
70 dst[c] = pred;
73 dst += dst_stride;
92 dst[c] = ap[c];
95 dst += dst_stride;
115 dst[c] = lp[r];
118 dst += dst_stride;
125 dst[
16 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) argument
[all...]
H A Dextend.c76 YV12_BUFFER_CONFIG *dst)
78 int et = dst->border;
79 int el = dst->border;
80 int eb = dst->border + dst->y_height - src->y_height;
81 int er = dst->border + dst->y_width - src->y_width;
84 dst->y_buffer, dst->y_stride,
88 et = dst
75 vp8_copy_and_extend_frame(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst) argument
105 vp8_copy_and_extend_frame_with_rect(YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
[all...]
H A Dextend.h23 YV12_BUFFER_CONFIG *dst);
25 YV12_BUFFER_CONFIG *dst,
H A Dreconintra4x4.h23 int dst_stride = xd->dst.y_stride;
24 unsigned char *above_right_dst = xd->dst.y_buffer - dst_stride + 16;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dcopymem_neon.c16 unsigned char *dst,
23 vst1_u8(dst, vtmp);
25 dst += dst_stride;
32 unsigned char *dst,
39 vst1_u8(dst, vtmp);
41 dst += dst_stride;
48 unsigned char *dst,
55 vst1q_u8(dst, qtmp);
57 dst += dst_stride;
13 vp8_copy_mem8x4_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
29 vp8_copy_mem8x8_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
45 vp8_copy_mem16x16_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride) argument
H A Didct_blk_neon.c18 unsigned char *dst, int stride);
20 unsigned char *dst, int stride);
24 unsigned char *dst,
34 idct_dequant_full_2x_neon (q, dq, dst, stride);
36 idct_dequant_0_2x_neon (q, dq[0], dst, stride);
42 idct_dequant_full_2x_neon (q+32, dq, dst+8, stride);
44 idct_dequant_0_2x_neon (q+32, dq[0], dst+8, stride);
47 dst += 4*stride;
23 vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_extend.h23 YV12_BUFFER_CONFIG *dst);
26 YV12_BUFFER_CONFIG *dst,
H A Dvp9_extend.c17 uint8_t *dst, int dst_pitch,
26 uint8_t *dst_ptr1 = dst - extend_left;
27 uint8_t *dst_ptr2 = dst + w;
41 src_ptr1 = dst - extend_left;
42 src_ptr2 = dst + dst_pitch * (h - 1) - extend_left;
43 dst_ptr1 = dst + dst_pitch * (-extend_top) - extend_left;
44 dst_ptr2 = dst + dst_pitch * (h) - extend_left;
59 YV12_BUFFER_CONFIG *dst) {
79 const int et_a = dst->border >> (dst
16 copy_and_extend_plane(const uint8_t *src, int src_pitch, uint8_t *dst, int dst_pitch, int w, int h, int extend_top, int extend_left, int extend_bottom, int extend_right) argument
58 vp9_copy_and_extend_frame(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst) argument
106 vp9_copy_and_extend_frame_with_rect(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, int srcy, int srcx, int srch, int srcw) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
H A Dreconinter_dspr2.c30 unsigned char *RESTRICT dst,
47 "sw %[a0], 0(%[dst]) \n\t"
48 "sw %[a1], 4(%[dst]) \n\t"
49 "sw %[a2], 8(%[dst]) \n\t"
50 "sw %[a3], 12(%[dst]) \n\t"
53 : [src] "r" (src), [dst] "r" (dst)
57 dst += dst_stride;
65 unsigned char *RESTRICT dst,
80 "sw %[a0], 0(%[dst]) \
27 vp8_copy_mem16x16_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
62 vp8_copy_mem8x8_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
92 vp8_copy_mem8x4_dspr2( unsigned char *RESTRICT src, int src_stride, unsigned char *RESTRICT dst, int dst_stride) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dencodeintra.c56 int dst_stride = x->e_mbd.dst.y_stride;
57 unsigned char *dst = x->e_mbd.dst.y_buffer + b->offset; local
58 unsigned char *Above = dst - dst_stride;
59 unsigned char *yleft = dst - 1;
73 vp8_short_idct4x4llm(b->dqcoeff, b->predictor, 16, dst, dst_stride);
77 vp8_dc_only_idct_add(b->dqcoeff[0], b->predictor, 16, dst, dst_stride);
86 intra_prediction_down_copy(xd, xd->dst.y_buffer - xd->dst.y_stride + 16);
99 xd->dst
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Didct_blk_v6.c16 unsigned char *dst,
24 vp8_dequant_idct_add_v6 (q, dq, dst, stride);
27 vp8_dc_only_idct_add_v6 (q[0]*dq[0], dst, stride, dst, stride);
32 vp8_dequant_idct_add_v6 (q+16, dq, dst+4, stride);
35 vp8_dc_only_idct_add_v6 (q[16]*dq[0], dst+4, stride, dst+4, stride);
40 vp8_dequant_idct_add_v6 (q+32, dq, dst+8, stride);
43 vp8_dc_only_idct_add_v6 (q[32]*dq[0], dst+8, stride, dst
15 vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve8_avg_dspr2.c25 uint8_t *dst,
52 vp9_prefetch_store(dst + dst_stride);
56 dst_ptr = dst + x;
181 dst += dst_stride;
187 uint8_t *dst,
213 vp9_prefetch_store(dst + dst_stride);
214 vp9_prefetch_store(dst + dst_stride + 32);
218 dst_ptr = dst + x;
343 dst += dst_stride;
348 uint8_t *dst, ptrdiff_
23 convolve_avg_vert_4_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) argument
185 convolve_avg_vert_64_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t h) argument
347 vp9_convolve8_avg_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
410 vp9_convolve8_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
445 vp9_convolve_avg_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
[all...]
H A Dvp9_common_dspr2.h63 static INLINE void vp9_prefetch_store(unsigned char *dst) { argument
65 "pref 1, 0(%[dst]) \n\t"
67 : [dst] "r" (dst)
80 static INLINE void vp9_prefetch_store_streamed(unsigned char *dst) { argument
82 "pref 5, 0(%[dst]) \n\t"
84 : [dst] "r" (dst)
92 uint8_t *dst, ptrdiff_t dst_stride,
98 uint8_t *dst, ptrdiff_
[all...]
H A Dvp9_intrapred4_dspr2.c17 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, argument
30 "sw %[tmp1], (%[dst]) \n\t"
31 "add %[dst], %[dst], %[stride] \n\t"
32 "sw %[tmp2], (%[dst]) \n\t"
33 "add %[dst], %[dst], %[stride] \n\t"
34 "sw %[tmp3], (%[dst]) \n\t"
35 "add %[dst], %[dst],
44 vp9_dc_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
86 vp9_tm_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t stride, const uint8_t *above, const uint8_t *left) argument
[all...]
H A Dvp9_convolve2_avg_dspr2.c25 uint8_t *dst,
47 vp9_prefetch_store(dst + dst_stride);
51 dst_ptr = dst + x;
124 dst += dst_stride;
130 uint8_t *dst,
151 vp9_prefetch_store(dst + dst_stride);
152 vp9_prefetch_store(dst + dst_stride + 32);
156 dst_ptr = dst + x;
229 dst += dst_stride;
234 uint8_t *dst, ptrdiff_
23 convolve_bi_avg_vert_4_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t w, int32_t h) argument
128 convolve_bi_avg_vert_64_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_y, int32_t h) argument
233 vp9_convolve2_avg_vert_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
[all...]
H A Dvp9_convolve8_avg_horiz_dspr2.c25 uint8_t *dst,
48 vp9_prefetch_store(dst + dst_stride);
81 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
87 "lbu %[Temp1], 1(%[dst]) \n\t" /* load odd 1 */
98 "lbu %[tn2], 0(%[dst]) \n\t" /* load even 1 */
113 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */
114 "sb %[tn2], 0(%[dst]) \n\t" /* store even 1 */
119 "sb %[Temp1], 1(%[dst]) \n\t" /* store odd 1 */
122 "sb %[tp1], 2(%[dst]) \n\t" /* store even 2 */
125 "sb %[p2], 3(%[dst]) \
23 convolve_avg_horiz_4_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_x0, int32_t h) argument
145 convolve_avg_horiz_8_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_x0, int32_t h) argument
341 uint8_t *dst; local
652 uint8_t *dst; local
957 vp9_convolve8_avg_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
[all...]
H A Dvp9_convolve8_horiz_dspr2.c25 uint8_t *dst,
48 vp9_prefetch_store(dst + dst_stride);
111 "sb %[tp1], 0(%[dst]) \n\t"
112 "sb %[tn1], 1(%[dst]) \n\t"
113 "sb %[tp2], 2(%[dst]) \n\t"
114 "sb %[n2], 3(%[dst]) \n\t"
125 [cm] "r" (cm), [dst] "r" (dst), [src] "r" (src)
130 dst += dst_stride;
136 uint8_t *dst,
23 convolve_horiz_4_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_x0, int32_t h) argument
134 convolve_horiz_8_dspr2(const uint8_t *src, int32_t src_stride, uint8_t *dst, int32_t dst_stride, const int16_t *filter_x0, int32_t h) argument
307 uint8_t *dst; local
577 uint8_t *dst; local
841 vp9_convolve8_horiz_dspr2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
H A Dvpx_scale.c459 * YV12_BUFFER_CONFIG *dst : Pointer to buffer to hold scaled frame.
481 YV12_BUFFER_CONFIG *dst,
496 (unsigned char *) dst->y_buffer, dst->y_stride, dw, dh,
499 if (dw < (int)dst->y_width)
501 vpx_memset(dst->y_buffer + i * dst->y_stride + dw - 1, dst->y_buffer[i * dst->y_stride + dw - 2], dst
478 vpx_scale_frame( YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst, unsigned char *temp_area, unsigned char temp_height, unsigned int hscale, unsigned int hratio, unsigned int vscale, unsigned int vratio, unsigned int interlaced ) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
H A Dvpx_scale.h18 YV12_BUFFER_CONFIG *dst,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Didct_blk_sse2.c16 unsigned char *dst, int dst_stride);
19 unsigned char *dst, int dst_stride);
23 unsigned char *dst, int stride, char *eobs)
32 vp8_idct_dequant_full_2x_sse2 (q, dq, dst, stride);
34 vp8_idct_dequant_0_2x_sse2 (q, dq, dst, stride);
39 vp8_idct_dequant_full_2x_sse2 (q+32, dq, dst+8, stride);
41 vp8_idct_dequant_0_2x_sse2 (q+32, dq, dst+8, stride);
44 dst += stride*4;
21 vp8_dequant_idct_add_y_block_sse2(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
H A Didct_blk_mmx.c28 unsigned char *dst, int stride, char *eobs)
35 vp8_dequant_idct_add_mmx (q, dq, dst, stride);
38 vp8_dc_only_idct_add_mmx (q[0]*dq[0], dst, stride, dst, stride);
43 vp8_dequant_idct_add_mmx (q+16, dq, dst+4, stride);
46 vp8_dc_only_idct_add_mmx (q[16]*dq[0], dst+4, stride,
47 dst+4, stride);
52 vp8_dequant_idct_add_mmx (q+32, dq, dst+8, stride);
55 vp8_dc_only_idct_add_mmx (q[32]*dq[0], dst+8, stride,
56 dst
26 vp8_dequant_idct_add_y_block_mmx(short *q, short *dq, unsigned char *dst, int stride, char *eobs) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconintra.c35 void vp9_##type##_predictor_##size##x##size##_c(uint8_t *dst, \
39 type##_predictor(dst, stride, size, above, left); \
48 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, argument
54 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1], 1);
55 dst[(bs - 1) * stride] = left[bs - 1];
56 dst++;
60 dst[r * stride] = ROUND_POWER_OF_TWO(left[r] + left[r + 1] * 2 +
62 dst[(bs - 2) * stride] = ROUND_POWER_OF_TWO(left[bs - 2] +
64 dst[(bs - 1) * stride] = left[bs - 1];
65 dst
77 d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
93 d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
108 d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
137 d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
158 d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
185 v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
196 h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
207 tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
220 dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
232 dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
248 dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
263 dc_predictor(uint8_t *dst, ptrdiff_t stride, int bs, const uint8_t *above, const uint8_t *left) argument
314 build_intra_predictors(const MACROBLOCKD *xd, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, MB_PREDICTION_MODE mode, TX_SIZE tx_size, int up_available, int left_available, int right_available, int x, int y, int plane) argument
438 vp9_predict_intra_block(const MACROBLOCKD *xd, int block_idx, int bwl_in, TX_SIZE tx_size, MB_PREDICTION_MODE mode, const uint8_t *ref, int ref_stride, uint8_t *dst, int dst_stride, int aoff, int loff, int plane) argument
[all...]
H A Dvp9_convolve.c22 uint8_t *dst, ptrdiff_t dst_stride,
35 dst[x] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
39 dst += dst_stride;
44 uint8_t *dst, ptrdiff_t dst_stride,
57 dst[x] = ROUND_POWER_OF_TWO(dst[x] +
62 dst += dst_stride;
67 uint8_t *dst, ptrdiff_t dst_stride,
81 dst[y * dst_stride] = clip_pixel(ROUND_POWER_OF_TWO(sum, FILTER_BITS));
85 ++dst;
21 convolve_horiz(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h) argument
43 convolve_avg_horiz(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *x_filters, int x0_q4, int x_step_q4, int w, int h) argument
66 convolve_vert(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h) argument
89 convolve_avg_vert(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *y_filters, int y0_q4, int y_step_q4, int w, int h) argument
113 convolve(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const InterpKernel *const x_filters, int x0_q4, int x_step_q4, const InterpKernel *const y_filters, int y0_q4, int y_step_q4, int w, int h) argument
151 vp9_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
164 vp9_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
178 vp9_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
191 vp9_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
204 vp9_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
220 vp9_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int x_step_q4, const int16_t *filter_y, int y_step_q4, int w, int h) argument
235 vp9_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
252 vp9_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, const int16_t *filter_x, int filter_x_stride, const int16_t *filter_y, int filter_y_stride, int w, int h) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp9_rtcd.h27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dreconintra_arm.c28 unsigned char *y_buffer = x->dst.y_buffer;
30 int y_stride = x->dst.y_stride;
48 unsigned char *y_buffer = x->dst.y_buffer;
50 int y_stride = x->dst.y_stride;

Completed in 334 milliseconds

1234567891011>>