Searched refs:idx_arr (Results 1 – 4 of 4) sorted by relevance
101 int idx_arr[1024]; in aom_highbd_quantize_b_32x32_sse2() local126 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() local184 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 …]
105 int idx_arr[1024]; in vpx_highbd_quantize_b_32x32_sse2() local133 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()
229 int idx_arr[1024]; in vpx_quantize_b_32x32_c() local245 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() local306 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()
181 int idx_arr[4096]; in highbd_quantize_b_adaptive_helper_c() local203 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() local286 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()