/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | mfqe.c | 144 unsigned char *up; in multiframe_quality_enhance_block() local 233 for (up = u, udp = ud, i = 0; i < uvblksize; ++i, up += uv_stride, udp += uvd_stride) in multiframe_quality_enhance_block() 234 vpx_memcpy(udp, up, uvblksize); in multiframe_quality_enhance_block() 335 unsigned char *up = u_ptr + 4*(i*show->uv_stride+j); in vp8_multiframe_quality_enhance() local 341 … for (k = 0; k < 4; ++k, up += show->uv_stride, udp += dest->uv_stride, in vp8_multiframe_quality_enhance() 344 vpx_memcpy(udp, up, 4); in vp8_multiframe_quality_enhance()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | idctllm_sse2.asm | 76 ; pack up before storing 311 ; Load up predict blocks 332 ; pack up before storing 380 ; load up 2 dc words here == 2*16 = doubleword 385 ; Load up predict blocks 411 ; pack up before storing 648 ; Load up predict blocks 671 ; pack up before storing
|
D | recon_sse2.asm | 162 ; add up 217 ; add up 285 ; add up 381 ; set up left ptrs ans subtract topleft 393 ; set up dest ptrs 642 ; add up 706 ; add up 799 ; add up 912 ; set up left ptrs ans subtract topleft 925 ; set up dest ptrs
|
D | postproc_mmx.asm | 71 ; this copies the first row up into the border 8 rows
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mcomp.c | 216 unsigned int left, right, up, down, diag; in vp8_find_best_sub_pixel_step_iteratively() local 277 CHECK_BETTER(up, tr - 2, tc); in vp8_find_best_sub_pixel_step_iteratively() 280 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step_iteratively() 315 CHECK_BETTER(up, tr - 1, tc); in vp8_find_best_sub_pixel_step_iteratively() 318 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step_iteratively() 372 int left, right, up, down, diag; in vp8_find_best_sub_pixel_step() local 434 up = thismse + mv_err_cost(&this_mv, ref_mv, mvcost, error_per_bit); in vp8_find_best_sub_pixel_step() 436 if (up < bestmse) in vp8_find_best_sub_pixel_step() 439 bestmse = up; in vp8_find_best_sub_pixel_step() 458 whichdir = (left < right ? 0 : 1) + (up < down ? 0 : 2); in vp8_find_best_sub_pixel_step() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | variance_neon.asm | 36 vld1.8 {q0}, [r0], r1 ;Load up source and reference 109 vld1.8 {q0}, [r0], r1 ;Load up source and reference 172 vld1.8 {d0}, [r0], r1 ;Load up source and reference 225 vld1.8 {d0}, [r0], r1 ;Load up source and reference
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | vp8_mse16x16_neon.asm | 38 vld1.8 {q0}, [r0], r1 ;Load up source and reference 85 vld1.8 {d0}, [r0], r1 ;Load up source and reference
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | filter_v6.asm | 45 ldr r4, [r11] ; load up packed filter coefficients 135 ldr r4, [r11] ; load up packed filter coefficients 228 ldr r4, [r11] ; load up packed filter coefficients 316 ldr r4, [r11] ; load up packed filter coefficients 387 ldr r4, [r11] ; load up packed filter coefficients 462 ldr r4, [r11] ; load up packed filter coefficients 552 ldr r4, [r11] ; load up packed filter coefficients
|
D | bilinearfilter_v6.asm | 39 ldr r5, [r11] ; load up filter coefficients 154 ldr r5, [r11] ; load up filter coefficients
|
D | sixtappredict8x4_v6.asm | 44 ldr r3, [r2] ; load up packed filter coefficients 135 ldr r3, [lr] ; load up packed filter coefficients
|
D | idct_v6.asm | 122 mov r8, #4 ; set up 4's
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | variance_subpixel_altivec.asm | 32 ;# load up horizontal filter
|
D | filter_bilinear_altivec.asm | 31 ;# load up horizontal filter
|
D | sad_altivec.asm | 74 ;# load up next set of data
|
D | filter_altivec.asm | 411 ;# Load up permutation constants 436 ;# load up and filter the additional 5 lines that are needed
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/ |
D | rdopt_altivec.asm | 43 vsumsws v1, v1, v3 ;# sum up
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/ |
D | x86_abi_support.asm | 143 ; 64 bit ABI passes arguments in registers. This is a workaround to get up 325 ; value. Typically we follow this up with 'push rbp' - re-aligning the stack -
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_partitions_armv5.asm | 54 ldr r5, [r4, r6] ; load up mb_rows 66 ldr r11, _VP8_COMP_bc_ ; load up vp8_writer out of cpi 73 ldr r2, _vp8_writer_sz_ ; load up sizeof(vp8_writer)
|
D | vp8_packtokens_mbrow_armv5.asm | 53 ldr r5, [r4, r6] ; load up mb_rows
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 124 const vp8_prob *up = vp8_mv_update_probs[i].prob; in read_mvcontexts() local 130 if (vp8_read(bc, *up++)) in read_mvcontexts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/x86inc/ |
D | x86inc.asm | 578 ; Applies any symbol mangling needed for C linkage, and sets up a define such that 674 ; Takes up to 2 cpuflags from the above list. 675 ; All subsequent functions (up to the next INIT_CPUFLAGS) is built for the specified cpu.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 138 --enable-onthefly-bitpacking. Realtime encoder can be up to 13% 141 range. For VC style input the loss seen is up to 0.2dB. See commit 233 residiual paritition (in the block of partition offsets), up 351 on x86 about 40%, up to 100% on user-generated content at that speed. 507 encoding mode, and up to 60% improvement on very noisy, still
|
D | README | 49 most up-to-date list of supported targets can be found at the bottom of the
|
/hardware/intel/img/libdrm/ |
D | configure.ac | 115 # options (-Wall and -Wextra) up front and the -Wno options
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 200 unsigned int left, right, up, down, diag; \ 203 CHECK_BETTER(up, tr - hstep, tc); \ 206 (up < down ? 0 : 2); \
|