HomeSort by relevance Sort by last modified time
    Searched refs:dst_uv_height (Results 1 - 4 of 4) 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) {
55 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
58 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
74 const int dst_uv_height = Abs(height); local
82 dst_uv_width, dst_uv_height);
96 const int dst_uv_height = Abs(height); local
104 dst_uv_width, dst_uv_height);
118 const int dst_uv_height = Abs(height); local
126 dst_uv_width, dst_uv_height);
    [all...]
convert.cc 42 const int dst_uv_height = SUBSAMPLE(dst_y_height, 1, 1); local
52 dst_u, dst_stride_u, dst_uv_width, dst_uv_height,
55 dst_v, dst_stride_v, dst_uv_width, dst_uv_height,
    [all...]
  /external/libyuv/files/source/
convert_from.cc 48 int dst_uv_height) {
54 dst_uv_height <= 0) {
62 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear);
64 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear);
86 const int dst_uv_height = Abs(height); local
90 dst_uv_height);
111 const int dst_uv_height = Abs(height); local
115 dst_uv_height);
    [all...]
convert.cc 50 const int dst_uv_height = SUBSAMPLE(dst_y_height, 1, 1); local
59 dst_stride_u, dst_uv_width, dst_uv_height, kFilterBilinear);
61 dst_stride_v, dst_uv_width, dst_uv_height, kFilterBilinear);
    [all...]

Completed in 68 milliseconds