Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 35) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c144 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/
Didctllm_sse2.asm76 ; 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
Drecon_sse2.asm162 ; 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
Dpostproc_mmx.asm71 ; this copies the first row up into the border 8 rows
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.c216 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/
Dvariance_neon.asm36 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/
Dvp8_mse16x16_neon.asm38 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/
Dfilter_v6.asm45 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
Dbilinearfilter_v6.asm39 ldr r5, [r11] ; load up filter coefficients
154 ldr r5, [r11] ; load up filter coefficients
Dsixtappredict8x4_v6.asm44 ldr r3, [r2] ; load up packed filter coefficients
135 ldr r3, [lr] ; load up packed filter coefficients
Didct_v6.asm122 mov r8, #4 ; set up 4's
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dvariance_subpixel_altivec.asm32 ;# load up horizontal filter
Dfilter_bilinear_altivec.asm31 ;# load up horizontal filter
Dsad_altivec.asm74 ;# load up next set of data
Dfilter_altivec.asm411 ;# 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/
Drdopt_altivec.asm43 vsumsws v1, v1, v3 ;# sum up
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm143 ; 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/
Dvp8_packtokens_partitions_armv5.asm54 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)
Dvp8_packtokens_mbrow_armv5.asm53 ldr r5, [r4, r6] ; load up mb_rows
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c124 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/
Dx86inc.asm578 ; 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/
DCHANGELOG138 --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
DREADME49 most up-to-date list of supported targets can be found at the bottom of the
/hardware/intel/img/libdrm/
Dconfigure.ac115 # options (-Wall and -Wextra) up front and the -Wno options
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.c200 unsigned int left, right, up, down, diag; \
203 CHECK_BETTER(up, tr - hstep, tc); \
206 (up < down ? 0 : 2); \

12