HomeSort by relevance Sort by last modified time
    Searched refs:l_h (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h 33 short *l_h; member in struct:__anon5331
  /external/libvpx/vpx_scale/dm642/
bicubic_scaler_c64.c 24 short *restrict l_w, * restrict l_h; local
39 l_h = g_b_scaler.l_h;
46 lh = l_h[h];
  /external/libvpx/vpx_scale/generic/
bicubic_scaler.c 276 if (g_b_scaler.l_h) vpx_free(g_b_scaler.l_h);
347 if (g_b_scaler.l_h) vpx_free(g_b_scaler.l_h);
352 g_b_scaler.l_h = (short *)vpx_memalign(32, out_height * 2);
477 g_b_scaler.l_h[i] = (i * d_h) / g_b_scaler.nh;
488 short *RESTRICT l_w, * RESTRICT l_h; local
502 l_h = g_b_scaler.l_h;
509 lh = l_h[h]
    [all...]

Completed in 599 milliseconds