Home
last modified time | relevance | path

Searched refs:temp2 (Results 1 – 25 of 206) sorted by relevance

123456789

/external/libvpx/libvpx/vp9/encoder/
Dvp9_variance.c187 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 …]
/external/jpeg/
Djidctintelsse.c117 __m128i temp, temp2; in jpeg_idct_intelsse() local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\ in jpeg_idct_intelsse()
184 temp2 = _mm_adds_epi16(temp2, x3);\ in jpeg_idct_intelsse()
186 tm465 = _mm_subs_epi16(x5, temp2);\ in jpeg_idct_intelsse()
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\ in jpeg_idct_intelsse()
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \ in jpeg_idct_intelsse()
207 temp2 = _mm_subs_epi16(tp65, tm65);\ in jpeg_idct_intelsse()
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\ in jpeg_idct_intelsse()
212 t5 = _mm_adds_epi16(t5, temp2);\ in jpeg_idct_intelsse()
219 temp2 = _mm_mulhi_epi16(x2, *tg2);\ in jpeg_idct_intelsse()
[all …]
/external/qemu/distrib/jpeg-6b/
Djidctintelsse.c117 __m128i temp, temp2; in jpeg_idct_intelsse() local
182 temp2 = _mm_mulhi_epi16(x3, *tg3);\ in jpeg_idct_intelsse()
184 temp2 = _mm_adds_epi16(temp2, x3);\ in jpeg_idct_intelsse()
186 tm465 = _mm_subs_epi16(x5, temp2);\ in jpeg_idct_intelsse()
189 temp2 = _mm_mulhi_epi16(x1, *tg1);\ in jpeg_idct_intelsse()
191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \ in jpeg_idct_intelsse()
207 temp2 = _mm_subs_epi16(tp65, tm65);\ in jpeg_idct_intelsse()
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\ in jpeg_idct_intelsse()
212 t5 = _mm_adds_epi16(t5, temp2);\ in jpeg_idct_intelsse()
219 temp2 = _mm_mulhi_epi16(x2, *tg2);\ in jpeg_idct_intelsse()
[all …]
/external/libvpx/libvpx/test/
Ddct16x16_test.cc86 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 …]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp39 template<class A, class B> B temp2(A);
42 apply(0, &temp2); in test3()
43 apply(0, &temp2<>); in test3()
44 apply(0, &temp2<int>); in test3()
47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}} in test3()
80 template<class A, class B> B temp2(A);
85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}} in test3()
86 invoke(&temp2<>); // expected-error {{no matching function for call to 'invoke'}} in test3()
87 invoke(&temp2<int>); // expected-error {{no matching function for call to 'invoke'}} in test3()
90 invoke(&temp2<int, void>); in test3()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.c101 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 …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
Dvp9_idct.c134 tran_high_t temp1, temp2; in idct4() local
137 temp2 = (input[0] - input[2]) * cospi_16_64; in idct4()
139 step[1] = dct_const_round_shift(temp2); in idct4()
141 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64; in idct4()
143 step[3] = dct_const_round_shift(temp2); in idct4()
195 tran_high_t temp1, temp2; in idct8() local
202 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64; in idct8()
204 step1[7] = dct_const_round_shift(temp2); in idct8()
206 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64; in idct8()
208 step1[6] = dct_const_round_shift(temp2); in idct8()
[all …]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans32_cols_dspr2.c37 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 …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans32_cols_dspr2.c37 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 …]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
Ddct16x16_test.cc83 double temp1, temp2; in butterfly_16x16_dct_1d() local
114 temp2 = step[15] * C9; in butterfly_16x16_dct_1d()
115 output[ 8] = temp1 + temp2; in butterfly_16x16_dct_1d()
118 temp2 = step[14] * C5; in butterfly_16x16_dct_1d()
119 output[ 9] = temp1 - temp2; in butterfly_16x16_dct_1d()
122 temp2 = step[13] * C13; in butterfly_16x16_dct_1d()
123 output[10] = temp1 + temp2; in butterfly_16x16_dct_1d()
126 temp2 = step[12] * C1; in butterfly_16x16_dct_1d()
127 output[11] = temp1 - temp2; in butterfly_16x16_dct_1d()
130 temp2 = step[12] * C15; in butterfly_16x16_dct_1d()
[all …]
/external/libvpx/libvpx/vp8/common/
Dvariance_c.c293 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 …]
Didctllm.c38 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()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
Dvariance_c.c293 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 …]
Didctllm.c38 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()
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/mips/dspr2/
Didctllm_dspr2.c51 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 …]
/external/libvpx/libvpx/vp8/common/mips/dspr2/
Didctllm_dspr2.c51 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 …]
/external/webp/src/dsp/
Denc_mips32.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne()
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14) in ITransformOne()
138 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ITransformOne()
195 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local
226 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in QuantizeBlock()
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local
381 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in Disto4x4()
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
486 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp1, temp2, temp3) in FTransform()
[all …]
Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
33 temp2 = kUToG * u[0]; \
38 temp2 += temp3; \
41 g = VP8Clip8(temp0 - temp2); \
49 g = VP8Clip8(temp0 - temp2); \
63 temp2 = kUToG * u[0]; \
68 temp2 += temp3; \
71 g = VP8Clip8(temp0 - temp2); \
/external/chromium_org/third_party/libwebp/dsp/
Denc_mips32.c121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local
128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne()
135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14) in ITransformOne()
138 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ITransformOne()
195 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local
226 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in QuantizeBlock()
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local
381 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in Disto4x4()
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local
486 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp1, temp2, temp3) in FTransform()
[all …]
Dyuv_mips32.c29 int temp0, temp1, temp2, temp3, temp4; \
33 temp2 = kUToG * u[0]; \
38 temp2 += temp3; \
41 g = VP8Clip8(temp0 - temp2); \
49 g = VP8Clip8(temp0 - temp2); \
63 temp2 = kUToG * u[0]; \
68 temp2 += temp3; \
71 g = VP8Clip8(temp0 - temp2); \
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/
Dmember_swap.pass.cpp24 std::string temp2 = get_temp_file_name(); in main() local
27 std::ofstream fs2(temp2.c_str()); in main()
44 std::ifstream fs(temp2.c_str()); in main()
51 std::remove(temp2.c_str()); in main()
54 std::wofstream fs2(temp2.c_str()); in main()
71 std::wifstream fs(temp2.c_str()); in main()
78 std::remove(temp2.c_str()); in main()
Dnonmember_swap.pass.cpp25 std::string temp2 = get_temp_file_name(); in main() local
28 std::ofstream fs2(temp2.c_str()); in main()
45 std::ifstream fs(temp2.c_str()); in main()
52 std::remove(temp2.c_str()); in main()
55 std::wofstream fs2(temp2.c_str()); in main()
72 std::wifstream fs(temp2.c_str()); in main()
79 std::remove(temp2.c_str()); in main()
/external/sonivox/arm-hybrid-22k/lib_src/
Deas_fmengine.c289 EAS_I32 temp2; in FM_Operator() local
341 temp2 = FMUL_15x15(temp, p->outputGain); in FM_Operator()
346 temp2 += *pBuffer; in FM_Operator()
347 *pBuffer++ = FM_Saturate(temp2); in FM_Operator()
352 *pBuffer++ = (EAS_I16) temp2; in FM_Operator()
397 EAS_I32 temp2; in FM_NoiseOperator() local
425 temp2 = FM_Noise(&phase); in FM_NoiseOperator()
428 temp += ((temp2 -temp) * feedback) >> 8; in FM_NoiseOperator()
436 temp2 = FMUL_15x15(temp, (gain >> 16)); in FM_NoiseOperator()
439 temp2 = FMUL_15x15(temp2, p->outputGain); in FM_NoiseOperator()
[all …]
/external/sonivox/arm-fm-22k/lib_src/
Deas_fmengine.c289 EAS_I32 temp2; in FM_Operator() local
341 temp2 = FMUL_15x15(temp, p->outputGain); in FM_Operator()
346 temp2 += *pBuffer; in FM_Operator()
347 *pBuffer++ = FM_Saturate(temp2); in FM_Operator()
352 *pBuffer++ = (EAS_I16) temp2; in FM_Operator()
397 EAS_I32 temp2; in FM_NoiseOperator() local
425 temp2 = FM_Noise(&phase); in FM_NoiseOperator()
428 temp += ((temp2 -temp) * feedback) >> 8; in FM_NoiseOperator()
436 temp2 = FMUL_15x15(temp, (gain >> 16)); in FM_NoiseOperator()
439 temp2 = FMUL_15x15(temp2, p->outputGain); in FM_NoiseOperator()
[all …]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
Dvp9_variance.c129 uint8_t temp2[H * W]; \
133 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
136 return vp9_variance##W##x##H##_c(temp2, W, dst, dst_stride, sse); \
147 uint8_t temp2[H * W]; \
152 var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
155 vp9_comp_avg_pred(temp3, second_pred, W, H, temp2, W); \
409 uint16_t temp2[H * W]; \
413 high_var_filter_block2d_bil_second_pass(fdata3, temp2, W, W, H, W, \
416 return vp9_high_variance##W##x##H##_c(CONVERT_TO_BYTEPTR(temp2), W, dst, \
426 uint16_t temp2[H * W]; \
[all …]

123456789