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

  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 40 int dst_uv_width, int dst_uv_height) {
46 dst_uv_width <= 0 || dst_uv_height <= 0) {
53 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
56 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
72 const int dst_uv_height = Abs(height); local
80 dst_uv_width, dst_uv_height);
94 const int dst_uv_height = Abs(height); local
102 dst_uv_width, dst_uv_height);
116 const int dst_uv_height = Abs(height); local
124 dst_uv_width, dst_uv_height);
    [all...]
convert.cc 42 const int dst_uv_height = SUBSAMPLE(dst_y_height, 1, 1); local
51 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
54 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
    [all...]

Completed in 81 milliseconds