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

  /external/libvpx/vpx_scale/leapster/
gen_scalers_lf.c 465 struct vpxglobal_scalling_ptrs_t *g_scaling_ptrs = 0; variable in typeref:struct:vpxglobal_scalling_ptrs_t
472 g_scaling_ptrs = (struct vpxglobal_scalling_ptrs_t *)vpx_malloc(sizeof(struct vpxglobal_scalling_ptrs_t));
474 if (g_scaling_ptrs)
476 g_scaling_ptrs->vpxhorizontal_line_1_2_scale_t = vp8cx_horizontal_line_1_2_scale_c;
477 g_scaling_ptrs->vpxvertical_band_1_2_scale_t = vp8cx_vertical_band_1_2_scale_c;
478 g_scaling_ptrs->vpxlast_vertical_band_1_2_scale_t = vp8cx_last_vertical_band_1_2_scale_c;
479 g_scaling_ptrs->vpxhorizontal_line_3_5_scale_t = vp8cx_horizontal_line_3_5_scale_c;
480 g_scaling_ptrs->vpxvertical_band_3_5_scale_t = vp8cx_vertical_band_3_5_scale_c;
481 g_scaling_ptrs->vpxlast_vertical_band_3_5_scale_t = vp8cx_last_vertical_band_3_5_scale_c;
482 g_scaling_ptrs->vpxhorizontal_line_4_5_scale_t = vp8cx_horizontal_line_4_5_scale_c
    [all...]
vpxscale_lf.c 561 horiz_line_scale = g_scaling_ptrs->vpxhorizontal_line_4_5_scale_t;
565 horiz_line_scale = g_scaling_ptrs->vpxhorizontal_line_3_5_scale_t;
569 horiz_line_scale = g_scaling_ptrs->vpxhorizontal_line_1_2_scale_t;
586 vert_band_scale = g_scaling_ptrs->vpxvertical_band_4_5_scale_t;
587 last_vert_band_scale = g_scaling_ptrs->vpxlast_vertical_band_4_5_scale_t;
593 vert_band_scale = g_scaling_ptrs->vpxvertical_band_3_5_scale_t;
594 last_vert_band_scale = g_scaling_ptrs->vpxlast_vertical_band_3_5_scale_t;
600 vert_band_scale = g_scaling_ptrs->vpxvertical_band_1_2_scale_t;
601 last_vert_band_scale = g_scaling_ptrs->vpxlast_vertical_band_1_2_scale_t;
  /external/libvpx/vpx_scale/include/leapster/
vpxscale.h 48 extern struct vpxglobal_scalling_ptrs_t *g_scaling_ptrs;

Completed in 122 milliseconds