/hardware/qcom/display/msm8960/libgralloc/ |
D | mapper.cpp | 253 int ystride, cstride; in gralloc_lock_ycbcr() local 259 ystride = ALIGN(hnd->width, 16); in gralloc_lock_ycbcr() 261 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr() 262 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr() 263 ycbcr->ystride = ystride; in gralloc_lock_ycbcr() 264 ycbcr->cstride = ystride; in gralloc_lock_ycbcr() 270 ystride = ALIGN(hnd->width, 16); in gralloc_lock_ycbcr() 272 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in gralloc_lock_ycbcr() 273 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in gralloc_lock_ycbcr() 274 ycbcr->ystride = ystride; in gralloc_lock_ycbcr() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | picklpf_arm.c | 24 int ystride; in vp8_yv12_copy_partial_frame_neon() local 29 ystride = src_ybc->y_stride; in vp8_yv12_copy_partial_frame_neon() 41 yoffset = ystride * (((yheight >> 5) * 16) - 4); in vp8_yv12_copy_partial_frame_neon() 45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy); in vp8_yv12_copy_partial_frame_neon()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 557 size_t ystride, cstride; in getYUVPlaneInfo() local 568 ystride = cstride = hnd->width; in getYUVPlaneInfo() 570 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 571 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 572 ycbcr->ystride = ystride; in getYUVPlaneInfo() 583 ystride = cstride = hnd->width; in getYUVPlaneInfo() 585 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 586 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 587 ycbcr->ystride = ystride; in getYUVPlaneInfo() 594 ystride = hnd->width; in getYUVPlaneInfo() [all …]
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 556 unsigned int ystride, cstride; in getYUVPlaneInfo() local 567 ystride = cstride = hnd->width; in getYUVPlaneInfo() 569 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 570 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 571 ycbcr->ystride = ystride; in getYUVPlaneInfo() 581 ystride = cstride = hnd->width; in getYUVPlaneInfo() 583 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 584 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 585 ycbcr->ystride = ystride; in getYUVPlaneInfo() 592 ystride = hnd->width; in getYUVPlaneInfo() [all …]
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 569 unsigned int ystride, cstride; in getYUVPlaneInfo() local 580 ystride = cstride = hnd->width; in getYUVPlaneInfo() 582 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 583 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 584 ycbcr->ystride = ystride; in getYUVPlaneInfo() 593 ystride = cstride = hnd->width; in getYUVPlaneInfo() 595 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 596 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 597 ycbcr->ystride = ystride; in getYUVPlaneInfo() 604 ystride = hnd->width; in getYUVPlaneInfo() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 48 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 49 void vp8_loop_filter_mbv_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 50 void vp8_loop_filter_mbv_neon(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 53 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 54 void vp8_loop_filter_bv_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 55 void vp8_loop_filter_bv_neon(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int… 58 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 59 void vp8_loop_filter_mbh_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 60 void vp8_loop_filter_mbh_neon(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 63 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 44 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 45 void vp8_loop_filter_mbv_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 48 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 49 void vp8_loop_filter_bv_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 52 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 53 void vp8_loop_filter_mbh_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 56 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 57 void vp8_loop_filter_bh_armv6(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 60 void vp8_loop_filter_simple_vertical_edge_c(unsigned char *y, int ystride, const unsigned char *bli… 61 void vp8_loop_filter_simple_vertical_edge_armv6(unsigned char *y, int ystride, const unsigned char … [all …]
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.cpp | 648 unsigned int ystride, cstride; in getYUVPlaneInfo() local 659 ystride = cstride = hnd->width; in getYUVPlaneInfo() 661 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 662 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 663 ycbcr->ystride = ystride; in getYUVPlaneInfo() 674 ystride = cstride = hnd->width; in getYUVPlaneInfo() 676 ycbcr->cr = (void*)(hnd->base + ystride * hnd->height); in getYUVPlaneInfo() 677 ycbcr->cb = (void*)(hnd->base + ystride * hnd->height + 1); in getYUVPlaneInfo() 678 ycbcr->ystride = ystride; in getYUVPlaneInfo() 685 ystride = hnd->width; in getYUVPlaneInfo() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 43 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 44 void vp8_loop_filter_mbv_dspr2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 47 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 48 void vp8_loop_filter_bv_dspr2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 51 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 52 void vp8_loop_filter_mbh_dspr2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, i… 55 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 56 void vp8_loop_filter_bh_dspr2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, in… 59 void vp8_loop_filter_simple_vertical_edge_c(unsigned char *y, int ystride, const unsigned char *bli… 62 void vp8_loop_filter_simple_horizontal_edge_c(unsigned char *y, int ystride, const unsigned char *b… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 161 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 162 void vp8_loop_filter_bh_mmx(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int … 163 void vp8_loop_filter_bh_sse2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int… 164 …oop_filter_bh)(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, s… 166 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 167 void vp8_loop_filter_bv_mmx(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int … 168 void vp8_loop_filter_bv_sse2(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int… 169 …oop_filter_bv)(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, s… 171 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 172 void vp8_loop_filter_mbh_mmx(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 40 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 43 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 46 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 49 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 52 void vp8_loop_filter_simple_vertical_edge_c(unsigned char *y, int ystride, const unsigned char *bli… 55 void vp8_loop_filter_simple_horizontal_edge_c(unsigned char *y, int ystride, const unsigned char *b… 58 void vp8_loop_filter_bvs_c(unsigned char *y, int ystride, const unsigned char *blimit); 61 void vp8_loop_filter_bhs_c(unsigned char *y, int ystride, const unsigned char *blimit);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 40 void vp8_loop_filter_mbv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 43 void vp8_loop_filter_bv_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 46 void vp8_loop_filter_mbh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int u… 49 void vp8_loop_filter_bh_c(unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv… 52 void vp8_loop_filter_simple_vertical_edge_c(unsigned char *y, int ystride, const unsigned char *bli… 55 void vp8_loop_filter_simple_horizontal_edge_c(unsigned char *y, int ystride, const unsigned char *b… 58 void vp8_loop_filter_bvs_c(unsigned char *y, int ystride, const unsigned char *blimit); 61 void vp8_loop_filter_bhs_c(unsigned char *y, int ystride, const unsigned char *blimit);
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 751 ycbcr->ystride = y_stride; in getYuvUbwcSPPlaneInfo() 760 unsigned int ystride, cstride; in getYuvSPPlaneInfo() local 762 ystride = cstride = width * bpp; in getYuvSPPlaneInfo() 764 ycbcr->cb = (void*)(hnd->base + ystride * height); in getYuvSPPlaneInfo() 765 ycbcr->cr = (void*)(hnd->base + ystride * height + 1); in getYuvSPPlaneInfo() 766 ycbcr->ystride = ystride; in getYuvSPPlaneInfo() 778 unsigned int ystride, cstride; in getYUVPlaneInfo() local 838 ystride = width; in getYUVPlaneInfo() 841 ycbcr->cr = (void*)(hnd->base + ystride * height); in getYUVPlaneInfo() 842 ycbcr->cb = (void*)(hnd->base + ystride * height + in getYUVPlaneInfo() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | picklpf.c | 31 int ystride; in vp8_yv12_copy_partial_frame_c() local 36 ystride = src_ybc->y_stride; in vp8_yv12_copy_partial_frame_c() 48 yoffset = ystride * (((yheight >> 5) * 16) - 4); in vp8_yv12_copy_partial_frame_c() 52 vpx_memcpy(dst_y, src_y, ystride * linestocopy); in vp8_yv12_copy_partial_frame_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | loopfiltersimplehorizontaledge_neon.asm | 89 ; r1 int ystride 108 ; r1 int ystride
|
D | loopfiltersimpleverticaledge_neon.asm | 127 ; r1 int ystride 146 ; r1 int ystride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | loopfilter_x86.c | 24 void sym(unsigned char *y, int ystride, const unsigned char *blimit)
|