Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1185 int16_t zero_coeff = 0; in vpx_idct32x32_1024_add_c() local
1186 for (j = 0; j < 32; ++j) zero_coeff |= input[j]; in vpx_idct32x32_1024_add_c()
1188 if (zero_coeff) in vpx_idct32x32_1024_add_c()
2526 tran_low_t zero_coeff = 0; in vpx_highbd_idct32x32_1024_add_c() local
2527 for (j = 0; j < 32; ++j) zero_coeff |= input[j]; in vpx_highbd_idct32x32_1024_add_c()
2529 if (zero_coeff) in vpx_highbd_idct32x32_1024_add_c()