/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_variance.c | 187 uint8_t temp2[68 * 64]; in vp9_sub_pixel_variance64x32_c() local 195 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter); in vp9_sub_pixel_variance64x32_c() 197 return vp9_variance64x32(temp2, 64, dst_ptr, dst_pixels_per_line, sse); in vp9_sub_pixel_variance64x32_c() 209 uint8_t temp2[68 * 64]; in vp9_sub_pixel_avg_variance64x32_c() local 218 var_filter_block2d_bil_second_pass(fdata3, temp2, 64, 64, 32, 64, vfilter); in vp9_sub_pixel_avg_variance64x32_c() 219 vp9_comp_avg_pred(temp3, second_pred, 64, 32, temp2, 64); in vp9_sub_pixel_avg_variance64x32_c() 244 uint8_t temp2[68 * 64]; in vp9_sub_pixel_variance32x64_c() local 252 var_filter_block2d_bil_second_pass(fdata3, temp2, 32, 32, 64, 32, vfilter); in vp9_sub_pixel_variance32x64_c() 254 return vp9_variance32x64(temp2, 32, dst_ptr, dst_pixels_per_line, sse); in vp9_sub_pixel_variance32x64_c() 266 uint8_t temp2[68 * 64]; in vp9_sub_pixel_avg_variance32x64_c() local [all …]
|
D | vp9_dct.c | 29 int temp1, temp2; in fdct4() local 37 temp2 = (step[0] - step[1]) * cospi_16_64; in fdct4() 39 output[2] = fdct_round_shift(temp2); in fdct4() 41 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in fdct4() 43 output[3] = fdct_round_shift(temp2); in fdct4() 62 /*needs32*/ int temp1, temp2; in vp9_fdct4x4_c() local 86 temp2 = (step[0] - step[1]) * cospi_16_64; in vp9_fdct4x4_c() 88 out[2] = fdct_round_shift(temp2); in vp9_fdct4x4_c() 90 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in vp9_fdct4x4_c() 92 out[3] = fdct_round_shift(temp2); in vp9_fdct4x4_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | dct16x16_test.cc | 86 double temp1, temp2; in butterfly_16x16_dct_1d() local 117 temp2 = step[15] * C9; in butterfly_16x16_dct_1d() 118 output[ 8] = temp1 + temp2; in butterfly_16x16_dct_1d() 121 temp2 = step[14] * C5; in butterfly_16x16_dct_1d() 122 output[ 9] = temp1 - temp2; in butterfly_16x16_dct_1d() 125 temp2 = step[13] * C13; in butterfly_16x16_dct_1d() 126 output[10] = temp1 + temp2; in butterfly_16x16_dct_1d() 129 temp2 = step[12] * C1; in butterfly_16x16_dct_1d() 130 output[11] = temp1 - temp2; in butterfly_16x16_dct_1d() 133 temp2 = step[12] * C15; in butterfly_16x16_dct_1d() [all …]
|
D | vp8_fdct4x4_test.cc | 37 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 38 const int c1 = temp1 - temp2; in reference_idct4x4() 55 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 56 const int c1 = temp1 - temp2; in reference_idct4x4()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_idct.c | 101 int temp1, temp2; in idct4() local 104 temp2 = (input[0] - input[2]) * cospi_16_64; in idct4() 106 step[1] = dct_const_round_shift(temp2); in idct4() 108 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64; in idct4() 110 step[3] = dct_const_round_shift(temp2); in idct4() 161 int temp1, temp2; in idct8() local 168 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64; in idct8() 170 step1[7] = dct_const_round_shift(temp2); in idct8() 172 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64; in idct8() 174 step1[6] = dct_const_round_shift(temp2); in idct8() [all …]
|
D | vp9_alloccommon.c | 242 MODE_INFO **temp2 = cm->prev_mi_grid_base; in vp9_swap_mi_and_prev_mi() local 246 cm->mi_grid_base = temp2; in vp9_swap_mi_and_prev_mi()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 37 int temp0, temp1, temp2, temp3; in vp9_idct32_cols_add_blk_dspr2() local 111 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 172 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 233 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 290 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 347 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 404 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 600 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 660 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 791 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), [temp2] "=&r" (temp2), in vp9_idct32_cols_add_blk_dspr2() [all …]
|
D | vp9_itrans32_dspr2.c | 38 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local 155 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 217 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 279 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 341 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 403 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 465 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 668 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2() 733 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in idct32_rows_dspr2()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | variance_c.c | 293 unsigned char temp2[20*16]; in vp8_sub_pixel_variance4x4_c() local 304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter); in vp8_sub_pixel_variance4x4_c() 306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance4x4_c() 322 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x8_c() local 329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter); in vp8_sub_pixel_variance8x8_c() 331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance8x8_c() 346 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x16_c() local 353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter); in vp8_sub_pixel_variance16x16_c() 355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance16x16_c() 422 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x8_c() local [all …]
|
D | idctllm.c | 38 int temp1, temp2; in vp8_short_idct4x4llm_c() local 47 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 48 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 51 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 52 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c() 73 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_c() 74 c1 = temp1 - temp2; in vp8_short_idct4x4llm_c() 77 temp2 = (ip[3] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_c() 78 d1 = temp1 + temp2; in vp8_short_idct4x4llm_c()
|
D | filter.c | 416 unsigned char temp2[16]; in vp8_bilinear_predict4x4_c() 419 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4); in vp8_bilinear_predict4x4_c() 423 if (temp1[i] != temp2[i]) in vp8_bilinear_predict4x4_c() 426 filter_block2d_bil(src_ptr, temp2, src_pixels_per_line, 4, HFilter, VFilter, 4, 4); in vp8_bilinear_predict4x4_c()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 51 int temp1, temp2; in vp8_short_idct4x4llm_dspr2() local 66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 67 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 70 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 71 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 98 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 99 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 102 temp2 = (ip[14] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 103 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 136 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
D | vp9_idct32x32_add_neon.asm | 462 ;temp2 = input[1 * 32] * cospi_1_64 + input[31 * 32] * cospi_31_64; 464 ;step1b[31][i] = dct_const_round_shift(temp2); 470 ;temp2 = input[17 * 32] * cospi_17_64 + input[15 * 32] * cospi_15_64; 472 ;step1b[30][i] = dct_const_round_shift(temp2); 488 ;temp2 = step1b[30][i] * cospi_4_64 - step1b[17][i] * cospi_28_64; 490 ;step3[30] = dct_const_round_shift(temp2); 497 ;temp2 = input[9 * 32] * cospi_9_64 + input[23 * 32] * cospi_23_64; 499 ;step1b[29][i] = dct_const_round_shift(temp2); 505 ;temp2 = input[25 * 32] * cospi_25_64 + input[7 * 32] * cospi_7_64; 507 ;step1b[28][i] = dct_const_round_shift(temp2); [all …]
|
D | vp9_idct16x16_add_neon.asm | 99 ; temp2 = step2[4] * cospi_4_64 + step2[7] * cospi_28_64 110 ; dct_const_round_shift(temp2) 135 ; temp2 = step2[5] * cospi_20_64 + step2[6] * cospi_12_64 143 ; dct_const_round_shift(temp2) 169 ; temp2 = (step1[0] - step1[1]) * cospi_16_64 177 ; dct_const_round_shift(temp2) 190 ; temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64 198 ; dct_const_round_shift(temp2) 235 ; temp2 = (step2[5] + step2[6]) * cospi_16_64 243 ; dct_const_round_shift(temp2) [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.asm | 58 ; q7: 12 * sinpi : d1/temp2 81 ; q5: 12 + 12 * cospi : c1/temp2 85 ; c1 = temp1 - temp2 86 ; d1 = temp1 + temp2 111 ; q9: 3 * sinpi : d1/temp2 127 ; q11: 3 + 3 * cospi : c1/temp2 131 ; q8: c1 = temp1 - temp2 132 ; q9: d1 = temp1 + temp2
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/ |
D | idct_v6.asm | 101 uadd16 r0, r7, r0 ; 1c+1 | 5c+5 = temp2 117 uadd16 r6, r7, r6 ; 3c+3 | 7c+7 = temp2
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | video_encoder_test.c | 73 int temp1 =0,temp2 =0; in main() local 140 temp2 = atoi(argv[4]); in main() 142 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main() 149 encoder_context->input_height = temp2; in main()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | decoder_driver_test.c | 74 int temp1 =0,temp2 =0; in main() local 134 temp2 = atoi(argv[4]); in main() 136 if (((temp1%16) != 0) || ((temp2%16) != 0)) in main() 143 decoder_context->video_resoultion.frame_width = temp2; in main()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | decoder_driver_test.c | 74 int temp1 =0,temp2 =0; in main() local 133 temp2 = atoi(argv[4]); in main() 135 if (((temp1%16) != 0) || ((temp2%16) != 0)) { in main() 139 decoder_context->video_resoultion.frame_width = temp2; in main()
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_ucm.c | 3883 struct snd_ucm_ident_node *temp1, *temp2; in snd_ucm_del_ident_from_list() local 3890 temp2 = *head; in snd_ucm_del_ident_from_list() 3891 *head = temp2->next; in snd_ucm_del_ident_from_list() 3895 temp2 = temp1->next; in snd_ucm_del_ident_from_list() 3896 while (temp2 != NULL) { in snd_ucm_del_ident_from_list() 3897 if (!strncmp(temp2->ident, value, (strlen(value)+1))) { in snd_ucm_del_ident_from_list() 3898 temp1->next = temp2->next; in snd_ucm_del_ident_from_list() 3903 temp2 = temp1->next; in snd_ucm_del_ident_from_list() 3909 temp2->next = NULL; in snd_ucm_del_ident_from_list() 3910 temp2->ident[0] = 0; in snd_ucm_del_ident_from_list() [all …]
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 1851 OMX_U32 temp2 = -1; in MP3DEC_HandleDataBuf_FromApp() local 1971 temp2 = pComponentPrivate->pcmParams->nChannels; in MP3DEC_HandleDataBuf_FromApp() 1982 temp2 != pComponentPrivate->pcmParams->nChannels){ in MP3DEC_HandleDataBuf_FromApp()
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 1535 int temp2[2]; in component_init() local 1538 if (pipe (temp2)) in component_init() 1543 fctl[0] = temp2 [0]; in component_init() 1544 fctl[1] = temp2 [1]; in component_init()
|
/hardware/qcom/media/msm8998/videopp/src/ |
D | omx_vdpp.cpp | 1535 int temp2[2]; in component_init() local 1538 if (pipe (temp2)) in component_init() 1543 fctl[0] = temp2 [0]; in component_init() 1544 fctl[1] = temp2 [1]; in component_init()
|