Home
last modified time | relevance | path

Searched defs:y_q4 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_convolve.c121 int y_q4 = (int)(filter_y0 - filter_y_base) / taps; in convolve_vert_c() local
163 int y_q4 = (int)(filter_y0 - filter_y_base) / taps; in convolve_avg_vert_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_onyx_if.c2373 const int y_q4 = y * (16 / factor) * in_h / out_h; in scale_and_extend_frame() local