/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() 792 [temp3] "=&r" (temp3), [dest_pix] "+r" (dest_pix) 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/mips/dspr2/ |
D | idctllm_dspr2.c | 55 int temp3, temp4; in vp8_short_idct4x4llm_dspr2() local 73 temp3 = (ip[5] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 75 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 77 temp3 = ip[5] + ((ip[5] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 79 d2 = temp3 + temp4; in vp8_short_idct4x4llm_dspr2() 105 temp3 = (ip[7] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 107 c2 = temp3 - temp4; in vp8_short_idct4x4llm_dspr2() 109 temp3 = ip[7] + ((ip[7] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 111 d2 = temp3 + temp4; in vp8_short_idct4x4llm_dspr2() 143 temp3 = (ip[5] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_variance.c | 210 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 64 * 64); // compound pred buffer 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() 220 return vp9_variance64x32(temp3, 64, dst_ptr, dst_pixels_per_line, sse); in vp9_sub_pixel_avg_variance64x32_c() 267 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 32 * 64); // compound pred buffer in vp9_sub_pixel_avg_variance32x64_c() 276 vp9_comp_avg_pred(temp3, second_pred, 32, 64, temp2, 32); in vp9_sub_pixel_avg_variance32x64_c() 277 return vp9_variance32x64(temp3, 32, dst_ptr, dst_pixels_per_line, sse); in vp9_sub_pixel_avg_variance32x64_c() 324 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 32 * 16); // compound pred buffer in vp9_sub_pixel_avg_variance32x16_c() 333 vp9_comp_avg_pred(temp3, second_pred, 32, 16, temp2, 32); in vp9_sub_pixel_avg_variance32x16_c() 334 return vp9_variance32x16(temp3, 32, dst_ptr, dst_pixels_per_line, sse); in vp9_sub_pixel_avg_variance32x16_c() 381 DECLARE_ALIGNED_ARRAY(16, uint8_t, temp3, 16 * 32); // compound pred buffer in vp9_sub_pixel_avg_variance16x32_c() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 39 const int temp3 = ip[4] + ((ip[4] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 41 const int d1 = temp3 + temp4; in reference_idct4x4() 57 const int temp3 = ip[1] + ((ip[1] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 59 const int d1 = temp3 + temp4; in reference_idct4x4()
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | csc_ARGB8888_to_YUV420SP_NEON.s | 19 @r10 temp3, r,g,b 39 @q5: temp3, output
|
D | csc_tiled_to_linear_uv_neon.s | 58 @r4 temp3
|
D | csc_tiled_to_linear_y_neon.s | 59 @r4 temp3
|