/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | dct.c | 19 short *op = output; in vp8_short_fdct4x4_c() local 28 op[0] = a1 + b1; in vp8_short_fdct4x4_c() 29 op[2] = a1 - b1; in vp8_short_fdct4x4_c() 31 op[1] = (c1 * 2217 + d1 * 5352 + 14500)>>12; in vp8_short_fdct4x4_c() 32 op[3] = (d1 * 2217 - c1 * 5352 + 7500)>>12; in vp8_short_fdct4x4_c() 35 op += 4; in vp8_short_fdct4x4_c() 39 op = output; in vp8_short_fdct4x4_c() 47 op[0] = ( a1 + b1 + 7)>>4; in vp8_short_fdct4x4_c() 48 op[8] = ( a1 - b1 + 7)>>4; in vp8_short_fdct4x4_c() 50 op[4] =((c1 * 2217 + d1 * 5352 + 12000)>>16) + (d1!=0); in vp8_short_fdct4x4_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 50 short *op = output; in vp8_short_idct4x4llm_dspr2() local 81 op[0] = a1 + d1; in vp8_short_idct4x4llm_dspr2() 82 op[12] = a1 - d1; in vp8_short_idct4x4llm_dspr2() 83 op[4] = b1 + c1; in vp8_short_idct4x4llm_dspr2() 84 op[8] = b1 - c1; in vp8_short_idct4x4llm_dspr2() 89 op[1] = a1 + d2; in vp8_short_idct4x4llm_dspr2() 90 op[13] = a1 - d2; in vp8_short_idct4x4llm_dspr2() 91 op[5] = b1 + c2; in vp8_short_idct4x4llm_dspr2() 92 op[9] = b1 - c2; in vp8_short_idct4x4llm_dspr2() 113 op[2] = a1 + d1; in vp8_short_idct4x4llm_dspr2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | idctllm.c | 37 short *op = output; in vp8_short_idct4x4llm_c() local 54 op[shortpitch*0] = a1 + d1; in vp8_short_idct4x4llm_c() 55 op[shortpitch*3] = a1 - d1; in vp8_short_idct4x4llm_c() 57 op[shortpitch*1] = b1 + c1; in vp8_short_idct4x4llm_c() 58 op[shortpitch*2] = b1 - c1; in vp8_short_idct4x4llm_c() 61 op++; in vp8_short_idct4x4llm_c() 65 op = output; in vp8_short_idct4x4llm_c() 81 op[0] = (a1 + d1 + 4) >> 3; in vp8_short_idct4x4llm_c() 82 op[3] = (a1 - d1 + 4) >> 3; in vp8_short_idct4x4llm_c() 84 op[1] = (b1 + c1 + 4) >> 3; in vp8_short_idct4x4llm_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 31 int16_t *op = output; in reference_idct4x4() local 42 op[0] = a1 + d1; in reference_idct4x4() 43 op[12] = a1 - d1; in reference_idct4x4() 44 op[4] = b1 + c1; in reference_idct4x4() 45 op[8] = b1 - c1; in reference_idct4x4() 47 ++op; in reference_idct4x4() 50 op = output; in reference_idct4x4() 60 op[0] = (a1 + d1 + 4) >> 3; in reference_idct4x4() 61 op[3] = (a1 - d1 + 4) >> 3; in reference_idct4x4() 62 op[1] = (b1 + c1 + 4) >> 3; in reference_idct4x4() [all …]
|
/hardware/intel/img/libdrm/libdrm/radeon/ |
D | radeon_track.c | 38 const char *op, in radeon_track_add_event() argument 53 event->op = strdup(op); in radeon_track_add_event() 54 if (event->file == NULL || event->func == NULL || event->op == NULL) { in radeon_track_add_event() 57 free(event->op); in radeon_track_add_event() 103 free(event->op); in radeon_tracker_remove_track() 124 track->key, event->op, event->file, in radeon_tracker_print() 128 free(event->op); in radeon_tracker_print() 131 event->op = NULL; in radeon_tracker_print()
|
D | radeon_track.h | 37 char *op; member 55 const char *op,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv6/ |
D | walsh_v6.asm | 72 ; op[0,4,8,12] 78 strh r2, [r1] ; op[0] 84 strh r0, [r1, #24] ; op[12] 91 strh r2, [r1, #8] ; op[4] 98 strh r0, [r1, #16] ; op[8] 101 ; op[3,7,11,15] 115 strh r2, [r1, #6] ; op[3] 121 strh r9, [r1, #14] ; op[7] 127 strh r2, [r1, #22] ; op[11] 134 strh r9, [r1, #30] ; op[15] [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/ |
D | dct_sse2.asm | 105 packssdw xmm0, xmm1 ;op[2] op[0] 106 packssdw xmm3, xmm4 ;op[3] op[1] 153 packssdw xmm0, xmm1 ;op[8] op[0] 157 packssdw xmm3, xmm4 ;op[12] op[4] 159 paddw xmm3, xmm2 ;op[4] += (d1!=0) 160 punpcklqdq xmm0, xmm3 ;op[4] op[0] 161 punpckhqdq xmm1, xmm3 ;op[12] op[8] 234 paddw xmm0, xmm1 ; op[0] = a1 + b1 235 psubw xmm2, xmm1 ; op[2] = a1 - b1 262 packssdw xmm1, xmm4 ; op[1] [all …]
|
D | dct_mmx.asm | 82 paddw mm0, mm1 ; op[0] = a1 + b1 83 psubw mm2, mm1 ; op[2] = a1 - b1 110 packssdw mm1, mm4 ; op[1] 111 packssdw mm3, mm5 ; op[3] 164 psraw mm0, 4 ; op[0] = (a1 + b1 + 7)>>4 165 psraw mm2, 4 ; op[8] = (a1 - b1 + 7)>>4 195 packssdw mm1, mm4 ; op[4] 196 packssdw mm3, mm5 ; op[12] 198 paddw mm1, mm6 ; op[4] += (d1!=0)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | iwalsh_sse2.asm | 41 paddw xmm4, xmm0 ;dl+cl a1+b1 aka op[4] op[0] 42 psubw xmm0, xmm1 ;d1-c1 a1-b1 aka op[12] op[8] 70 paddw xmm5, xmm4 ;dl+cl a1+b1 aka op[4] op[0] 71 psubw xmm4, xmm1 ;d1-c1 a1-b1 aka op[12] op[8]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | shortfdct_neon.asm | 58 vadd.s16 d0, d4, d5 ; op[0] = a1 + b1 59 vsub.s16 d2, d4, d5 ; op[2] = a1 - b1 66 vshrn.s32 d1, q9, #12 ; op[1] = (c1*2217 + d1*5352 + 14500)>>12 67 vshrn.s32 d3, q10, #12 ; op[3] = (d1*2217 - c1*5352 + 7500)>>12 86 vadd.s16 d0, d4, d5 ; op[0] = a1 + b1 + 7 87 vsub.s16 d2, d4, d5 ; op[8] = a1 - b1 + 7 101 vshrn.s32 d1, q11, #16 ; op[4] = (c1*2217 + d1*5352 + 12000)>>16 102 vsub.s16 d1, d1, d4 ; op[4] += (d1!=0) 103 vshrn.s32 d3, q12, #16 ; op[12]= (d1*2217 - c1*5352 + 51000)>>16
|
D | vp8_shortwalsh4x4_neon.asm | 53 vsub.s16 d3, d4, d5 ; op[3] = a1 - d1 54 vadd.s16 d1, d7, d6 ; op[1] = b1 + c1 55 vsub.s16 d2, d7, d6 ; op[2] = b1 - c1 56 vsub.s16 d0, d0, d16 ; op[0] = a1 + d1 + (a1 != 0)
|
/hardware/qcom/bt/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 95 static int op(bt_vendor_opcode_t opcode, void *param) in op() function 206 op,
|
/hardware/ti/omap4-aah/hwc/ |
D | rgz_2d.h | 58 int op; /* See RGZ_IN_* */ member 133 int op; /* See RGZ_OUT_* */ member
|
/hardware/broadcom/libbt/src/ |
D | bt_vendor_brcm.c | 130 static int op(bt_vendor_opcode_t opcode, void *param) in op() function 247 op,
|
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayWriteback.cpp | 193 metadata.op = metadata_op_wb_format; in setOutputFormat() 208 metadata.op = metadata_op_wb_format; in getOutputFormat() 223 metadata.op = metadata_op_wb_secure; in setSecure()
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayWriteback.cpp | 193 metadata.op = metadata_op_wb_format; in setOutputFormat() 208 metadata.op = metadata_op_wb_format; in getOutputFormat() 223 metadata.op = metadata_op_wb_secure; in setSecure()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | ionalloc.h | 54 unsigned int offset, int fd, int op);
|
D | memalloc.h | 77 unsigned int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8974/libgralloc/ |
D | ionalloc.h | 54 int offset, int fd, int op);
|
D | memalloc.h | 77 int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | ionalloc.h | 54 int offset, int fd, int op);
|
D | memalloc.h | 77 int offset, int fd, int op) = 0;
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | ionalloc.h | 54 size_t offset, int fd, int op);
|
D | memalloc.h | 77 size_t offset, int fd, int op) = 0;
|