Lines Matching refs:p64
818 APEPredictor64 *p64 = &ctx->predictor64;
822 memset(p64->historybuffer, 0, PREDICTOR_SIZE * sizeof(*p64->historybuffer));
824 p64->buf = p64->historybuffer;
842 memcpy(p64->coeffsA[0], initial_coeffs_3930_64bit, sizeof(initial_coeffs_3930_64bit));
843 memcpy(p64->coeffsA[1], initial_coeffs_3930_64bit, sizeof(initial_coeffs_3930_64bit));
846 memset(p64->coeffsB, 0, sizeof(p64->coeffsB));
858 p64->filterA[0] = p64->filterA[1] = 0;
859 p64->filterB[0] = p64->filterB[1] = 0;
860 p64->lastA[0] = p64->lastA[1] = 0;
864 p64->sample_pos = 0;