Searched defs:fixed_divide (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c30 static int fixed_divide[512]; variable
87 fixed_divide[0] = 0;
89 fixed_divide[i] = 0x80000 / i;
314 pval *= fixed_divide[count[k]];
335 pval *= fixed_divide[count[k]];
341 pval *= fixed_divide[count[m]];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h444 int fixed_divide[512]; member in struct:VP9_COMP
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h608 int fixed_divide[512]; member in struct:VP8_COMP
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h609 int fixed_divide[512]; member in struct:VP8_COMP

Completed in 3248 milliseconds