Home
last modified time | relevance | path

Searched refs:idx_arr (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c101 int idx_arr[1024]; in aom_highbd_quantize_b_32x32_sse2() local
126 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in aom_highbd_quantize_b_32x32_sse2()
127 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in aom_highbd_quantize_b_32x32_sse2()
128 if (!(test & 0xf00)) idx_arr[idx++] = i * 4 + 2; in aom_highbd_quantize_b_32x32_sse2()
129 if (!(test & 0xf000)) idx_arr[idx++] = i * 4 + 3; in aom_highbd_quantize_b_32x32_sse2()
135 const int rc = idx_arr[i]; in aom_highbd_quantize_b_32x32_sse2()
145 if (abs_qcoeff) eob = iscan[idx_arr[i]] > eob ? iscan[idx_arr[i]] : eob; in aom_highbd_quantize_b_32x32_sse2()
159 int idx_arr[1024]; in aom_highbd_quantize_b_64x64_sse2() local
184 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in aom_highbd_quantize_b_64x64_sse2()
185 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in aom_highbd_quantize_b_64x64_sse2()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c105 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_sse2() local
133 if (!(test & 0xf)) idx_arr[idx++] = i * 4; in vpx_highbd_quantize_b_32x32_sse2()
134 if (!(test & 0xf0)) idx_arr[idx++] = i * 4 + 1; in vpx_highbd_quantize_b_32x32_sse2()
135 if (!(test & 0xf00)) idx_arr[idx++] = i * 4 + 2; in vpx_highbd_quantize_b_32x32_sse2()
136 if (!(test & 0xf000)) idx_arr[idx++] = i * 4 + 3; in vpx_highbd_quantize_b_32x32_sse2()
142 const int rc = idx_arr[i]; in vpx_highbd_quantize_b_32x32_sse2()
152 if (abs_qcoeff) eob = iscan[idx_arr[i]] > eob ? iscan[idx_arr[i]] : eob; in vpx_highbd_quantize_b_32x32_sse2()
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c229 int idx_arr[1024]; in vpx_quantize_b_32x32_c() local
245 if (coeff >= zbins[rc != 0] || coeff <= nzbins[rc != 0]) idx_arr[idx++] = i; in vpx_quantize_b_32x32_c()
251 const int rc = scan[idx_arr[i]]; in vpx_quantize_b_32x32_c()
273 if (tmp) eob = idx_arr[i]; in vpx_quantize_b_32x32_c()
290 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_c() local
306 if (coeff >= zbins[rc != 0] || coeff <= nzbins[rc != 0]) idx_arr[idx++] = i; in vpx_highbd_quantize_b_32x32_c()
312 const int rc = scan[idx_arr[i]]; in vpx_highbd_quantize_b_32x32_c()
321 if (abs_qcoeff) eob = idx_arr[i]; in vpx_highbd_quantize_b_32x32_c()
/external/libaom/libaom/aom_dsp/
Dquantize.c181 int idx_arr[4096]; in highbd_quantize_b_adaptive_helper_c() local
203 idx_arr[idx++] = i; in highbd_quantize_b_adaptive_helper_c()
212 const int rc = scan[idx_arr[i]]; in highbd_quantize_b_adaptive_helper_c()
230 eob = idx_arr[i]; in highbd_quantize_b_adaptive_helper_c()
269 int idx_arr[4096]; in highbd_quantize_b_helper_c() local
286 idx_arr[idx++] = i; in highbd_quantize_b_helper_c()
292 const int rc = scan[idx_arr[i]]; in highbd_quantize_b_helper_c()
309 if (abs_qcoeff) eob = idx_arr[i]; in highbd_quantize_b_helper_c()