OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_h_uv
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/vpx_scale/include/generic/
vpxscale_arbitrary.h
39
short *
c_h_uv
;
member in struct:__anon7773
/external/libvpx/vpx_scale/generic/
bicubic_scaler.c
284
vpx_free(g_b_scaler.
c_h_uv
);
359
vpx_free(g_b_scaler.
c_h_uv
);
363
g_b_scaler.
c_h_uv
= (short *)vpx_memalign(32, g_b_scaler.nh_uv * 4 * 2);
423
g_b_scaler.
c_h_uv
[i*4] = c0_fixed(phase_offset_int);
424
g_b_scaler.
c_h_uv
[i*4+1] = c1_fixed(phase_offset_int);
425
g_b_scaler.
c_h_uv
[i*4+2] = c2_fixed(phase_offset_int);
426
g_b_scaler.
c_h_uv
[i*4+3] = c3_fixed(phase_offset_int);
Completed in 542 milliseconds