/device/asus/deb/kernel-headers/media/ |
msmb_pproc.h | 77 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
|
/device/asus/deb/original-kernel-headers/media/ |
msmb_pproc.h | 68 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
|
/device/asus/flo/kernel-headers/media/ |
msmb_pproc.h | 77 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
|
/device/asus/flo/original-kernel-headers/media/ |
msmb_pproc.h | 68 unsigned int dst_stride; member in struct:msm_cpp_frame_strip_info
|
/external/libvpx/libvpx/vp8/common/x86/ |
recon_mmx.asm | 19 ; int dst_stride 39 movsxd rcx, dword ptr arg(3) ;dst_stride 82 ; int dst_stride 102 movsxd rcx, dword ptr arg(3) ;dst_stride 126 ; int dst_stride 141 movsxd rcx, dword ptr arg(3) ;dst_stride
|
idctllm_sse2.asm | 19 ; int dst_stride - 3 49 movsxd rdx, dword ptr arg(3) ; dst_stride 102 ; int dst_stride - 3 144 movsxd rdx, dword ptr arg(3) ; dst_stride 169 lea rcx, [rdx + rdx*2] ;dst_stride * 3 358 ; int dst_stride - 3 383 movsxd rdx, dword ptr arg(3) ; dst_stride 434 ; int dst_stride - 3 649 movsxd rdx, dword ptr arg(3) ; dst_stride 679 movsxd rdx, dword ptr arg(3) ; dst_stride [all...] |
mfqe_sse2.asm | 19 ; int dst_stride, 43 mov rdi, arg(3) ; dst_stride 97 ; int dst_stride, 120 mov rdi, arg(3) ; dst_stride
|
sad_sse2.asm | 336 ; int dst_stride, 352 movsxd rdx, dword ptr arg(3) ;dst_stride
|
/external/libvpx/armv7a/ |
vpx_rtcd.h | 71 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 72 void vp8_short_idct4x4llm_v6_dual(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 82 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 83 void vp8_dc_only_idct_add_v6(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 104 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left); 105 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
intra4x4_predict_v6.asm | 23 ; unsigned char *dst, int dst_stride, 31 ; sp + #44: dst_stride 66 ldr r0, [sp, #44] ; dst_stride 88 ldr r0, [sp, #44] ; dst_stride 150 ldr r2, [sp, #44] ; dst_stride 206 ldr r0, [sp, #44] ; dst_stride 253 ldr r0, [sp, #44] ; dst_stride 316 ldr r0, [sp, #44] ; dst_stride 385 ldr r0, [sp, #44] ; dst_stride 451 ldr r0, [sp, #44] ; dst_stride [all...] |
copymem8x4_v6.asm | 18 ;void vp8_copy_mem8x4_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
copymem8x8_v6.asm | 18 ;void copy_mem8x8_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
copymem16x16_v6.asm | 18 ;void copy_mem16x16_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
/external/libvpx/libvpx/test/ |
idctllm_test.cc | 20 int dst_stride);
|
/external/libvpx/armv7a-neon/ |
vpx_rtcd.h | 83 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 84 void vp8_short_idct4x4llm_v6_dual(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 85 void vp8_short_idct4x4llm_neon(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 96 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 97 void vp8_dc_only_idct_add_v6(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 98 void vp8_dc_only_idct_add_neon(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 122 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left); 123 void vp8_intra4x4_predict_armv6(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left); [all...] |
/external/libvpx/libvpx/vp8/common/ppc/ |
copy_altivec.asm | 17 ;# r6 int dst_stride
|
/external/libyuv/files/source/ |
row_neon.cc | 397 int dst_stride, int height) { 400 dst += dst_stride; [all...] |
/external/libvpx/mips-dspr2/ |
vpx_rtcd.h | 66 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 67 void vp8_short_idct4x4llm_dspr2(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 78 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 79 void vp8_dc_only_idct_add_dspr2(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 100 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/libvpx/vp8/decoder/ |
threading.c | 176 int dst_stride = xd->dst.y_stride; local 199 Above = dst - dst_stride; 209 left_stride = dst_stride; 218 b_mode, dst, dst_stride, top_left); 224 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); 229 dst, dst_stride, dst, dst_stride);
|
decodframe.c | 179 int dst_stride = xd->dst.y_stride; local 193 unsigned char *Above = dst - dst_stride; 195 int left_stride = dst_stride; 199 dst, dst_stride, top_left); 205 vp8_dequant_idct_add(b->qcoeff, DQC, dst, dst_stride); 211 dst, dst_stride, 212 dst, dst_stride); [all...] |
/external/webp/src/enc/ |
alpha.c | 151 uint8_t* dst, int dst_stride, int width, int height) { 155 dst += dst_stride;
|
iterator.c | 134 static void ExportBlock(const uint8_t* src, uint8_t* dst, int dst_stride, 138 dst += dst_stride;
|
/external/libvpx/generic/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 68 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/mips/ |
vpx_rtcd.h | 59 void vp8_short_idct4x4llm_c(short *input, unsigned char *pred, int pitch, unsigned char *dst, int dst_stride); 68 void vp8_dc_only_idct_add_c(short input, unsigned char *pred, int pred_stride, unsigned char *dst, int dst_stride); 86 void vp8_intra4x4_predict_c(unsigned char *Above, unsigned char *yleft, int left_stride, B_PREDICTION_MODE b_mode, unsigned char *dst, int dst_stride, unsigned char top_left);
|
/external/libvpx/libvpx/vp8/common/ |
sad_c.c | 248 unsigned char *dst_ptr, int dst_stride, 299 dst_ptr += dst_stride;
|