Home
last modified time | relevance | path

Searched refs:dend (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c2821 uint8* dend; in ScaleRowDown34_C() local
2823 dend = dst + dst_width; in ScaleRowDown34_C()
2830 } while (dst < dend); in ScaleRowDown34_C()
2836 uint8* dend; in ScaleRowDown34_0_Int_C() local
2840 dend = d + dst_width; in ScaleRowDown34_0_Int_C()
2856 } while (d < dend); in ScaleRowDown34_0_Int_C()
2862 uint8* dend; in ScaleRowDown34_1_Int_C() local
2866 dend = d + dst_width; in ScaleRowDown34_1_Int_C()
2882 } while (d < dend); in ScaleRowDown34_1_Int_C()
2889 uint8* dend; in ScaleFilterCols34_C() local
[all …]