end               114 libde265-1.0.3/libde265/configparam.cc     auto iter = std::find(valid_values_set.begin(), valid_values_set.end(), v);
end               115 libde265-1.0.3/libde265/configparam.cc     if (iter==valid_values_set.end()) { return false; }
end               279 libde265-1.0.3/libde265/configparam.h     for (typename std::vector< std::pair<std::string,T> >::const_iterator it=choices.begin(); it!=choices.end(); ++it) {
end               306 libde265-1.0.3/libde265/configparam.h     for (typename std::vector< std::pair<std::string,T> >::const_iterator it=choices.begin(); it!=choices.end(); ++it) {
end               336 libde265-1.0.3/libde265/configparam.h     for (typename std::vector< std::pair<std::string,T> >::const_iterator it=choices.begin(); it!=choices.end(); ++it) {
end                95 libde265-1.0.3/libde265/encoder/algo/cb-intra-inter.cc     option_inter.end();
end               126 libde265-1.0.3/libde265/encoder/algo/cb-intra-inter.cc     option_intra.end();
end               109 libde265-1.0.3/libde265/encoder/algo/cb-intrapartmode.cc       option[p].end();
end                81 libde265-1.0.3/libde265/encoder/algo/cb-skip.cc     opt.end();
end               109 libde265-1.0.3/libde265/encoder/algo/cb-skip.cc     opt.end();
end               149 libde265-1.0.3/libde265/encoder/algo/cb-split.cc     opt.end();
end               169 libde265-1.0.3/libde265/encoder/algo/cb-split.cc     option_split.end();
end               131 libde265-1.0.3/libde265/encoder/algo/coding-options.h   void end();
end               253 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc       option[i].end();
end               448 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc     std::sort( distortions.begin(), distortions.end(), sortDistortions );
end               513 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.cc       option[i].end();
end               216 libde265-1.0.3/libde265/encoder/algo/tb-split.cc     option_no_split.end();
end               246 libde265-1.0.3/libde265/encoder/algo/tb-split.cc     option_split.end();
end               547 libde265-1.0.3/libde265/image.cc void de265_image::copy_lines_from(const de265_image* src, int first, int end)
end               549 libde265-1.0.3/libde265/image.cc   if (end > src->height) end=src->height;
end               552 libde265-1.0.3/libde265/image.cc   assert(end   % 2 == 0);
end               560 libde265-1.0.3/libde265/image.cc            (end-first)*stride * luma_bpp);
end               563 libde265-1.0.3/libde265/image.cc     for (int yp=first;yp<end;yp++) {
end               571 libde265-1.0.3/libde265/image.cc   int end_chroma   = end   / src->SubHeightC;
end               250 libde265-1.0.3/libde265/image.h   void copy_lines_from(const de265_image* src, int first, int end);
end               724 libheif-1.3.2/examples/heif_enc.cc       std::transform(suffix.begin(), suffix.end(), suffix.begin(), ::tolower);
end                35 libheif-1.3.2/libheif/bitstream.cc   m_istr->seekg(0, std::ios_base::end);
end              2306 libheif-1.3.2/libheif/box.cc       dest->insert(dest->end(), unit.begin(), unit.end());
end               511 libheif-1.3.2/libheif/heif_context.cc         if (master_iter == m_all_images.end()) {
end               697 libheif-1.3.2/libheif/heif_context.cc           if (img_iter == m_all_images.end()) {
end               859 libheif-1.3.2/libheif/heif_context.cc   if (m_all_images.find(ID) != m_all_images.end()) {
end              1565 libheif-1.3.2/libheif/heif_context.cc   if (iter == m_all_images.end()) {
end               286 libheif-1.3.2/libheif/heif_file.cc   return image_iter != m_infe_boxes.end();
end               295 libheif-1.3.2/libheif/heif_file.cc   if (image_iter == m_infe_boxes.end()) {
end                78 libheif-1.3.2/libheif/heif_file.h       if (iter == m_infe_boxes.end()) {
end                68 libheif-1.3.2/libheif/heif_image.cc   return (m_planes.find(channel) != m_planes.end());
end                82 libheif-1.3.2/libheif/heif_image.cc   if (iter == m_planes.end()) {
end                93 libheif-1.3.2/libheif/heif_image.cc   if (iter == m_planes.end()) {
end               116 libheif-1.3.2/libheif/heif_image.cc   if (iter == m_planes.end()) {
end               127 libheif-1.3.2/libheif/heif_image.cc   if (iter == m_planes.end()) {
end               142 libheif-1.3.2/libheif/heif_image.cc   if (iter == m_planes.end()) {
end               874 libheif-1.3.2/libheif/heif_image.cc     if (plane_iter == m_planes.end()) {