Searched refs:inv_crop_height (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_argb.cc | 59 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB() local 79 inv_crop_height = -inv_crop_height; in ConvertToARGB() 97 crop_width, inv_crop_height); in ConvertToARGB() 102 crop_width, inv_crop_height); in ConvertToARGB() 107 inv_crop_height); in ConvertToARGB() 112 inv_crop_height); in ConvertToARGB() 118 crop_width, inv_crop_height); in ConvertToARGB() 124 inv_crop_height); in ConvertToARGB() 129 inv_crop_height); in ConvertToARGB() 134 inv_crop_height); in ConvertToARGB() [all …]
|
D | convert_to_i420.cc | 63 const int inv_crop_height = in ConvertToI420() local 96 inv_crop_height); in ConvertToI420() 102 inv_crop_height); in ConvertToI420() 108 inv_crop_height); in ConvertToI420() 114 inv_crop_height); in ConvertToI420() 120 inv_crop_height); in ConvertToI420() 126 inv_crop_height); in ConvertToI420() 132 inv_crop_height); in ConvertToI420() 138 inv_crop_height); in ConvertToI420() 144 inv_crop_height); in ConvertToI420() [all …]
|
/external/libyuv/files/source/ |
D | convert_to_argb.cc | 57 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB() local 77 inv_crop_height = -inv_crop_height; in ConvertToARGB() 95 crop_width, inv_crop_height); in ConvertToARGB() 100 crop_width, inv_crop_height); in ConvertToARGB() 105 inv_crop_height); in ConvertToARGB() 110 inv_crop_height); in ConvertToARGB() 116 crop_width, inv_crop_height); in ConvertToARGB() 122 inv_crop_height); in ConvertToARGB() 127 inv_crop_height); in ConvertToARGB() 132 inv_crop_height); in ConvertToARGB() [all …]
|
D | convert_to_i420.cc | 63 const int inv_crop_height = in ConvertToI420() local 96 inv_crop_height); in ConvertToI420() 102 inv_crop_height); in ConvertToI420() 108 inv_crop_height); in ConvertToI420() 114 inv_crop_height); in ConvertToI420() 120 inv_crop_height); in ConvertToI420() 126 inv_crop_height); in ConvertToI420() 132 inv_crop_height); in ConvertToI420() 138 inv_crop_height); in ConvertToI420() 144 inv_crop_height); in ConvertToI420() [all …]
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_argb.cc | 44 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToARGB() local 65 inv_crop_height = -inv_crop_height; in ConvertToARGB() 84 crop_width, inv_crop_height); in ConvertToARGB() 90 crop_width, inv_crop_height); in ConvertToARGB() 96 crop_width, inv_crop_height); in ConvertToARGB() 102 crop_width, inv_crop_height); in ConvertToARGB() 108 crop_width, inv_crop_height); in ConvertToARGB() 114 crop_width, inv_crop_height); in ConvertToARGB() 120 crop_width, inv_crop_height); in ConvertToARGB() 126 crop_width, inv_crop_height); in ConvertToARGB() [all …]
|
D | convert_to_i420.cc | 43 int inv_crop_height = (crop_height < 0) ? -crop_height : crop_height; in ConvertToI420() local 63 inv_crop_height = -inv_crop_height; in ConvertToI420() 93 crop_width, inv_crop_height); in ConvertToI420() 101 crop_width, inv_crop_height); in ConvertToI420() 109 crop_width, inv_crop_height); in ConvertToI420() 117 crop_width, inv_crop_height); in ConvertToI420() 125 crop_width, inv_crop_height); in ConvertToI420() 133 crop_width, inv_crop_height); in ConvertToI420() 141 crop_width, inv_crop_height); in ConvertToI420() 149 crop_width, inv_crop_height); in ConvertToI420() [all …]
|