/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconintra.c | 37 const uint8_t *above, \ 39 type##_predictor(dst, stride, size, above, left); \ 49 const uint8_t *above, const uint8_t *left) { in d207_predictor() argument 51 (void)above; in d207_predictor() 78 const uint8_t *above, const uint8_t *left) { in intra_pred_allsizes() 83 dst[c] = r & 1 ? ROUND_POWER_OF_TWO(above[r/2 + c] + in intra_pred_allsizes() 84 above[r/2 + c + 1] * 2 + in intra_pred_allsizes() 85 above[r/2 + c + 2], 2) in intra_pred_allsizes() 86 : ROUND_POWER_OF_TWO(above[r/2 + c] + in intra_pred_allsizes() 87 above[r/2 + c + 1], 1); in intra_pred_allsizes() [all …]
|
D | vp9_rtcd_defs.pl | 52 add_proto qw/void vp9_d207_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 55 add_proto qw/void vp9_d45_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … 58 add_proto qw/void vp9_d63_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … 61 add_proto qw/void vp9_h_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co… 64 add_proto qw/void vp9_d117_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 67 add_proto qw/void vp9_d135_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 70 add_proto qw/void vp9_d153_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above,… 73 add_proto qw/void vp9_v_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, co… 76 add_proto qw/void vp9_tm_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c… 79 add_proto qw/void vp9_dc_predictor_4x4/, "uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c… [all …]
|
D | vp9_onyxc_int.h | 47 PARTITION_CONTEXT above; member 312 vpx_memset(above_ctx, partition_context_lookup[subsize].above, bs); in update_partition_context() 324 int above = 0, left = 0, i; in partition_plane_context() local 330 above |= above_ctx[i]; in partition_plane_context() 333 above = (above & bs) > 0; in partition_plane_context() 336 return (left * 2 + above) + bsl * PARTITION_PLOFFSET; in partition_plane_context()
|
D | vp9_entropymode.h | 104 const MB_PREDICTION_MODE above = vp9_above_block_mode(mi, above_mi, block); in get_y_mode_probs() local 106 return vp9_kf_y_mode_prob[above][left]; in get_y_mode_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 37 void vp9_h_predictor_4x4_dspr2(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_… 40 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 43 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 46 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 49 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 52 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp9_rtcd.h | 29 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d207_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uin… 31 RTCD_EXTERN void (*vp9_d207_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, … 33 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 34 void vp9_d45_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint… 35 RTCD_EXTERN void (*vp9_d45_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c… 37 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 38 void vp9_d63_predictor_4x4_ssse3(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint… 39 RTCD_EXTERN void (*vp9_d63_predictor_4x4)(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, c… 41 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp9_rtcd.h | 27 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 30 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 33 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t … 36 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 39 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 42 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 45 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t… 48 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *l… 51 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… 54 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_intrapred4_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { in vp9_h_predictor_4x4_dspr2() argument 45 const uint8_t *above, const uint8_t *left) { in vp9_dc_predictor_4x4_dspr2() argument 81 : [above] "r" (above), [left] "r" (left), in vp9_dc_predictor_4x4_dspr2() 87 const uint8_t *above, const uint8_t *left) { in vp9_tm_predictor_4x4_dspr2() argument 228 : [above] "r" (above), [left] "r" (left), in vp9_tm_predictor_4x4_dspr2()
|
D | vp9_intrapred8_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { in vp9_h_predictor_8x8_dspr2() argument 74 const uint8_t *above, const uint8_t *left) { in vp9_dc_predictor_8x8_dspr2() argument 151 : [above] "r" (above), [left] "r" (left), [dst] "r" (dst), in vp9_dc_predictor_8x8_dspr2() 157 const uint8_t *above, const uint8_t *left) { in vp9_tm_predictor_8x8_dspr2() argument 606 : [above] "r" (above), [left] "r" (left), in vp9_tm_predictor_8x8_dspr2()
|
D | vp9_intrapred16_dspr2.c | 18 const uint8_t *above, const uint8_t *left) { in vp9_h_predictor_16x16_dspr2() argument 165 const uint8_t *above, const uint8_t *left) { in vp9_dc_predictor_16x16_dspr2() argument 328 : [above] "r" (above), [left] "r" (left), in vp9_dc_predictor_16x16_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_reconintra_neon.asm | 30 ; const uint8_t *above, 34 ; r2 const uint8_t *above 47 ; const uint8_t *above, 51 ; r2 const uint8_t *above 68 ; const uint8_t *above, 72 ; r2 const uint8_t *above 97 ; const uint8_t *above, 101 ; r2 const uint8_t *above 130 ; const uint8_t *above, 134 ; r2 const uint8_t *above [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | findnearmv.c | 36 const MODE_INFO *above = here - xd->mode_info_stride; in vp8_find_near_mvs() local 38 const MODE_INFO *aboveleft = above - 1; in vp8_find_near_mvs() 49 if (above->mbmi.ref_frame != INTRA_FRAME) in vp8_find_near_mvs() 51 if (above->mbmi.mv.as_int) in vp8_find_near_mvs() 53 (++mv)->as_int = above->mbmi.mv.as_int; in vp8_find_near_mvs() 54 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], refframe, mv, ref_frame_sign_bias); in vp8_find_near_mvs() 113 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV) in vp8_find_near_mvs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | mr_dissim.c | 104 const MODE_INFO *above = here - cm->mode_info_stride; in vp8_cal_dissimilarity() local 106 const MODE_INFO *aboveleft = above - 1; in vp8_cal_dissimilarity() 118 GET_MV_SIGN(above) in vp8_cal_dissimilarity() 125 aboveright = above + 1; in vp8_cal_dissimilarity() 147 GET_MV(above) in vp8_cal_dissimilarity() 154 aboveright = above + 1; in vp8_cal_dissimilarity()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
D | vp9_intrapred_sse2.asm | 22 cglobal dc_predictor_4x4, 4, 5, 2, dst, stride, above, left, goffset 43 cglobal dc_predictor_8x8, 4, 5, 3, dst, stride, above, left, goffset 72 cglobal dc_predictor_16x16, 4, 5, 3, dst, stride, above, left, goffset 104 cglobal dc_predictor_32x32, 4, 5, 5, dst, stride, above, left, goffset 146 cglobal v_predictor_4x4, 3, 3, 1, dst, stride, above 156 cglobal v_predictor_8x8, 3, 3, 1, dst, stride, above 172 cglobal v_predictor_16x16, 3, 4, 1, dst, stride, above 188 cglobal v_predictor_32x32, 3, 4, 2, dst, stride, above 209 cglobal tm_predictor_4x4, 4, 4, 4, dst, stride, above, left 239 cglobal tm_predictor_8x8, 4, 4, 4, dst, stride, above, left [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 216 const vp8_prob * get_sub_mv_ref_prob(const int left, const int above) in get_sub_mv_ref_prob() argument 219 int aez = (above == 0); in get_sub_mv_ref_prob() 220 int lea = (left == above); in get_sub_mv_ref_prob() 351 const MODE_INFO *above = mi - mis; in read_mb_modes_mv() local 353 const MODE_INFO *aboveleft = above - 1; in read_mb_modes_mv() 369 if (above->mbmi.ref_frame != INTRA_FRAME) in read_mb_modes_mv() 371 if (above->mbmi.mv.as_int) in read_mb_modes_mv() 373 (++nmv)->as_int = above->mbmi.mv.as_int; in read_mb_modes_mv() 374 mv_bias(ref_frame_sign_bias[above->mbmi.ref_frame], in read_mb_modes_mv() 475 cnt[CNT_SPLITMV] = ((above->mbmi.mode == SPLITMV) in read_mb_modes_mv() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | recon_sse2.asm | 122 ; unsigned char *above, 136 mov rdi, arg(2) ;above; 195 ; unsigned char *above, 212 mov rsi, arg(2) ;above; 249 ; unsigned char *above, 316 ; unsigned char *above, 355 ; unsigned char *above, 372 mov rsi, arg(2) ;above 436 ; unsigned char *above, 477 ; unsigned char *above, [all …]
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | HwcLayerList.cpp | 676 for (int above = below + 1; above < targetLayerIndex; above++) { in useAsFrameBufferTarget() local 677 if (mFBLayers[above]->mPlaneCandidate == false) { in useAsFrameBufferTarget() 680 if (hasIntersection(mFBLayers[above], mFBLayers[below])) { in useAsFrameBufferTarget() 688 for (unsigned int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) { in useAsFrameBufferTarget() local 689 if (mFBLayers[above]->mPlaneCandidate) { in useAsFrameBufferTarget() 693 for (unsigned int below = targetLayerIndex + 1; below < above; below++) { in useAsFrameBufferTarget() 697 if (hasIntersection(mFBLayers[above], mFBLayers[below])) { in useAsFrameBufferTarget()
|
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
D | HwcLayerList.cpp | 605 for (int above = below + 1; above < targetLayerIndex; above++) { in useAsFrameBufferTarget() local 606 if (mFBLayers[above]->mPlaneCandidate == false) { in useAsFrameBufferTarget() 609 if (hasIntersection(mFBLayers[above], mFBLayers[below])) { in useAsFrameBufferTarget() 617 for (int above = targetLayerIndex + 1; above < mFBLayers.size(); above++) { in useAsFrameBufferTarget() local 618 if (mFBLayers[above]->mPlaneCandidate) { in useAsFrameBufferTarget() 622 for (int below = targetLayerIndex + 1; below < above; below++) { in useAsFrameBufferTarget() 626 if (hasIntersection(mFBLayers[above], mFBLayers[below])) { in useAsFrameBufferTarget()
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | Copyright.txt | 10 * Redistributions of source code must retain the above copyright 13 * Redistributions in binary form must reproduce the above copyright 36 The above copyright and license notice applies to distributions of
|
/hardware/bsp/intel/peripheral/libupm/src/st7735/ |
D | license.txt | 8 - Redistributions of source code must retain the above copyright notice, 10 - Redistributions in binary form must reproduce the above copyright notice,
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | license.txt | 8 - Redistributions of source code must retain the above copyright notice, 10 - Redistributions in binary form must reproduce the above copyright notice,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/ |
D | NOTICE | 7 * Redistributions of source code must retain the above copyright 10 * Redistributions in binary form must reproduce the above copyright
|