Home | History | Annotate | Download | only in generic

Lines Matching refs:c_w

280         vpx_free(g_b_scaler.c_w);
355 vpx_free(g_b_scaler.c_w);
361 g_b_scaler.c_w = (short *)vpx_memalign(32, g_b_scaler.nw * 4 * 2);
384 g_b_scaler.c_w[i*4] = c3_fixed(phase_offset_int);
385 g_b_scaler.c_w[i*4+1] = c2_fixed(phase_offset_int);
386 g_b_scaler.c_w[i*4+2] = c1_fixed(phase_offset_int);
387 g_b_scaler.c_w[i*4+3] = c0_fixed(phase_offset_int);
489 short *RESTRICT c_w, * RESTRICT c_h;
496 c_w = g_b_scaler.c_w;
548 temp_sum = c_w[phase_offset_w*4] * hbuf[lw - 1];
549 temp_sum += c_w[phase_offset_w*4+1] * hbuf[lw];
550 temp_sum += c_w[phase_offset_w*4+2] * hbuf[lw + 1];
551 temp_sum += c_w[phase_offset_w*4+3] * hbuf[lw + 2];