height            173 dec265/dec265.cc   int height = de265_get_image_height(img,0);
height            187 dec265/dec265.cc   visu.Create(width, height, vgfx_cs, vgfx_chroma);
height            200 dec265/dec265.cc     height = de265_get_image_height(img,ch);
height            205 dec265/dec265.cc       for (int y=0;y<height;y++) {
height            211 dec265/dec265.cc       for (int y=0;y<height;y++) {
height            224 dec265/dec265.cc static uint8_t* convert_to_8bit(const uint8_t* data, int width, int height,
height            228 dec265/dec265.cc   uint8_t* out = new uint8_t[pixelsPerLine*height];
height            230 dec265/dec265.cc   for (int y=0;y<height;y++) {
height            247 dec265/dec265.cc   int height = de265_get_image_height(img,0);
height            264 dec265/dec265.cc     sdlWin.init(width,height, sdlChroma);
height            283 dec265/dec265.cc     y16  = convert_to_8bit(y,  width,height,ppl_y,bd); y=y16;
height            306 dec265/dec265.cc static int width,height;
height            314 dec265/dec265.cc   height = de265_get_image_height(img,0);
height            370 dec265/dec265.cc   int height = de265_get_image_height(img,0);
height            372 dec265/dec265.cc   uint8_t* p = (uint8_t*)malloc(width*height*3/2);
height            377 dec265/dec265.cc   size_t toread = width*height*3/2;
height            388 dec265/dec265.cc   double img_mse_y  = MSE( yptr,  stride, p, width,   width, height);
height            389 dec265/dec265.cc   double img_mse_cb = MSE(cbptr, cstride, p+width*height,      width/2, width/2,height/2);
height            390 dec265/dec265.cc   double img_mse_cr = MSE(crptr, cstride, p+width*height*5/4,  width/2, width/2,height/2);
height            406 dec265/dec265.cc   ref  .Create(width, height); // reference image
height            407 dec265/dec265.cc   coded.Create(width, height); // coded image
height            412 dec265/dec265.cc   for (int y=0;y<height;y++) {
height            421 dec265/dec265.cc   ssimMap.Create(width,height);
height            423 dec265/dec265.cc   for (int y=0;y<height;y++)
height            435 dec265/dec265.cc   ssimSum /= width*height;
height            812 dec265/dec265.cc                         width,height,framecnt/secs);
height             33 libde265/acceleration.h                                   int width, int height);
height             37 libde265/acceleration.h                                 int width, int height);
height             41 libde265/acceleration.h                               int width, int height,
height             45 libde265/acceleration.h                                 int width, int height,
height             51 libde265/acceleration.h                                    int width, int height, int bit_depth);
height             55 libde265/acceleration.h                                 int width, int height, int bit_depth);
height             59 libde265/acceleration.h                               int width, int height,
height             63 libde265/acceleration.h                                 int width, int height,
height             69 libde265/acceleration.h                              int width, int height, int bit_depth) const;
height             73 libde265/acceleration.h                            int width, int height, int bit_depth) const;
height             77 libde265/acceleration.h                          int width, int height,
height             81 libde265/acceleration.h                            int width, int height,
height             88 libde265/acceleration.h                           const uint8_t *src, ptrdiff_t srcstride, int width, int height,
height             91 libde265/acceleration.h                             const uint8_t *src, ptrdiff_t srcstride, int width, int height,
height             94 libde265/acceleration.h                             const uint8_t *src, ptrdiff_t srcstride, int width, int height,
height             97 libde265/acceleration.h                              const uint8_t *src, ptrdiff_t srcstride, int width, int height,
height            101 libde265/acceleration.h                                 const uint8_t *src, ptrdiff_t srcstride, int width, int height,
height            106 libde265/acceleration.h                            const uint16_t *src, ptrdiff_t srcstride, int width, int height,
height            109 libde265/acceleration.h                              const uint16_t *src, ptrdiff_t srcstride, int width, int height,
height            112 libde265/acceleration.h                              const uint16_t *src, ptrdiff_t srcstride, int width, int height,
height            115 libde265/acceleration.h                               const uint16_t *src, ptrdiff_t srcstride, int width, int height,
height            119 libde265/acceleration.h                                  const uint16_t *src, ptrdiff_t srcstride, int width, int height,
height            124 libde265/acceleration.h                      const void *src, ptrdiff_t srcstride, int width, int height,
height            127 libde265/acceleration.h                        const void *src, ptrdiff_t srcstride, int width, int height,
height            130 libde265/acceleration.h                        const void *src, ptrdiff_t srcstride, int width, int height,
height            133 libde265/acceleration.h                         const void *src, ptrdiff_t srcstride, int width, int height,
height            137 libde265/acceleration.h                      const void *src, ptrdiff_t srcstride, int width, int height,
height            246 libde265/acceleration.h                                                           int width, int height, int bit_depth) const
height            249 libde265/acceleration.h     put_weighted_pred_avg_8((uint8_t*)_dst,dststride,src1,src2,srcstride,width,height);
height            251 libde265/acceleration.h     put_weighted_pred_avg_16((uint16_t*)_dst,dststride,src1,src2,srcstride,width,height,bit_depth);
height            257 libde265/acceleration.h                                                         int width, int height, int bit_depth) const
height            260 libde265/acceleration.h     put_unweighted_pred_8((uint8_t*)_dst,dststride,src,srcstride,width,height);
height            262 libde265/acceleration.h     put_unweighted_pred_16((uint16_t*)_dst,dststride,src,srcstride,width,height,bit_depth);
height            268 libde265/acceleration.h                                                       int width, int height,
height            272 libde265/acceleration.h     put_weighted_pred_8((uint8_t*)_dst,dststride,src,srcstride,width,height,w,o,log2WD);
height            274 libde265/acceleration.h     put_weighted_pred_16((uint16_t*)_dst,dststride,src,srcstride,width,height,w,o,log2WD,bit_depth);
height            280 libde265/acceleration.h                                                         int width, int height,
height            284 libde265/acceleration.h     put_weighted_bipred_8((uint8_t*)_dst,dststride,src1,src2,srcstride, width,height, w1,o1,w2,o2,log2WD);
height            286 libde265/acceleration.h     put_weighted_bipred_16((uint16_t*)_dst,dststride,src1,src2,srcstride, width,height, w1,o1,w2,o2,log2WD,bit_depth);
height            292 libde265/acceleration.h                                                   const void *src, ptrdiff_t srcstride, int width, int height,
height            296 libde265/acceleration.h     put_hevc_epel_8(dst,dststride,(const uint8_t*)src,srcstride,width,height,mx,my,mcbuffer);
height            298 libde265/acceleration.h     put_hevc_epel_16(dst,dststride,(const uint16_t*)src,srcstride,width,height,mx,my,mcbuffer, bit_depth);
height            302 libde265/acceleration.h                                                     const void *src, ptrdiff_t srcstride, int width, int height,
height            306 libde265/acceleration.h     put_hevc_epel_h_8(dst,dststride,(const uint8_t*)src,srcstride,width,height,mx,my,mcbuffer,bit_depth);
height            308 libde265/acceleration.h     put_hevc_epel_h_16(dst,dststride,(const uint16_t*)src,srcstride,width,height,mx,my,mcbuffer,bit_depth);
height            312 libde265/acceleration.h                                                     const void *src, ptrdiff_t srcstride, int width, int height,
height            316 libde265/acceleration.h     put_hevc_epel_v_8(dst,dststride,(const uint8_t*)src,srcstride,width,height,mx,my,mcbuffer,bit_depth);
height            318 libde265/acceleration.h     put_hevc_epel_v_16(dst,dststride,(const uint16_t*)src,srcstride,width,height,mx,my,mcbuffer, bit_depth);
height            322 libde265/acceleration.h                                                      const void *src, ptrdiff_t srcstride, int width, int height,
height            326 libde265/acceleration.h     put_hevc_epel_hv_8(dst,dststride,(const uint8_t*)src,srcstride,width,height,mx,my,mcbuffer,bit_depth);
height            328 libde265/acceleration.h     put_hevc_epel_hv_16(dst,dststride,(const uint16_t*)src,srcstride,width,height,mx,my,mcbuffer, bit_depth);
height            332 libde265/acceleration.h                                                   const void *src, ptrdiff_t srcstride, int width, int height,
height            336 libde265/acceleration.h     put_hevc_qpel_8[dX][dY](dst,dststride,(const uint8_t*)src,srcstride,width,height,mcbuffer);
height            338 libde265/acceleration.h     put_hevc_qpel_16[dX][dY](dst,dststride,(const uint16_t*)src,srcstride,width,height,mcbuffer, bit_depth);
height             31 libde265/arm/arm.cc                                    int height, int width); \
height             33 libde265/arm/arm.cc                                    int width, int height, int16_t* mcbuffer) { \
height             34 libde265/arm/arm.cc       ff_##name(dst, dststride, src, srcstride, height, width); \
height            311 libde265/de265.h   int height;
height            175 libde265/en265.cc                                                       int width, int height, de265_chroma chroma,
height            182 libde265/en265.cc   if (img->alloc_image(width,height,de265_chroma_420, NULL, false,
height            193 libde265/en265.cc                                        int width, int height, de265_chroma chroma,
height            198 libde265/en265.cc   out_spec->height= height;
height            207 libde265/en265.cc   out_spec->visible_height = out_spec->height - out_spec->crop_top  - out_spec->crop_bottom;
height             92 libde265/en265.h                                                       int width, int height,
height            103 libde265/en265.h                                        int width, int height, enum de265_chroma chroma,
height             35 libde265/fallback-motion.cc                                     int width, int height)
height             42 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height             57 libde265/fallback-motion.cc                                   int width, int height,
height             64 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height             77 libde265/fallback-motion.cc                                     int width, int height,
height             84 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            100 libde265/fallback-motion.cc                                       int height)
height            111 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            125 libde265/fallback-motion.cc     for (int y=0;y<height;y++) {
height            146 libde265/fallback-motion.cc       for (int y=0;y<height;y++) {
height            166 libde265/fallback-motion.cc                                      int width, int height, int bit_depth)
height            174 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            190 libde265/fallback-motion.cc                                    int width, int height,
height            197 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            210 libde265/fallback-motion.cc                                      int width, int height,
height            217 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            233 libde265/fallback-motion.cc                                        int height, int bit_depth)
height            240 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            259 libde265/fallback-motion.cc                          int width, int height,
height            264 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height            279 libde265/fallback-motion.cc                           int width, int height,
height            284 libde265/fallback-motion.cc   for (int y=0;y<height;y++) {
height             31 libde265/fallback-motion.h                                       int height);
height             35 libde265/fallback-motion.h                                     int width, int height);
height             39 libde265/fallback-motion.h                                   int width, int height,
height             43 libde265/fallback-motion.h                                     int width, int height,
height             49 libde265/fallback-motion.h                                        int height, int bit_depth);
height             53 libde265/fallback-motion.h                                      int width, int height, int bit_depth);
height             57 libde265/fallback-motion.h                                    int width, int height,
height             61 libde265/fallback-motion.h                                      int width, int height,
height             68 libde265/fallback-motion.h                          int width, int height,
height             73 libde265/fallback-motion.h                           int width, int height,
height             79 libde265/fallback-motion.h                           int width, int height,
height             57 libde265/image-io.cc   height=h;
height             69 libde265/image-io.cc   img->alloc_image(width,height,de265_chroma_420, NULL, false,
height             79 libde265/image-io.cc   for (int y=0;y<height;y++) {
height             86 libde265/image-io.cc   for (int y=0;y<height/2;y++) {
height             93 libde265/image-io.cc   for (int y=0;y<height/2;y++) {
height            129 libde265/image-io.cc   int imageSize = width*height*3/2;
height            160 libde265/image-io.cc   int height= img->get_height();
height            163 libde265/image-io.cc   for (int y=0;y<height;y++) {
height            168 libde265/image-io.cc   for (int y=0;y<height/2;y++) {
height            173 libde265/image-io.cc   for (int y=0;y<height/2;y++) {
height             61 libde265/image-io.h   virtual LIBDE265_API int get_height() const { return height; }
height             67 libde265/image-io.h   int width,height;
height             73 libde265/image.cc   int height = img->get_height(cIdx);
height             75 libde265/image.cc   uint8_t* p = (uint8_t *)ALLOC_ALIGNED_16(stride * height + MEMORY_PADDING);
height             85 libde265/image.cc       memcpy(p, inputdata, stride*height);
height             88 libde265/image.cc       for (int y=0;y<height;y++) {
height            110 libde265/image.cc   const int rawChromaHeight = spec->height / img->SubHeightC;
height            121 libde265/image.cc   int luma_height   = spec->height;
height            207 libde265/image.cc   width=height=0;
height            259 libde265/image.cc   height = h;
height            320 libde265/image.cc   spec.height = h;
height            332 libde265/image.cc   height_confwin= height- (top+bottom)*WinUnitY;
height            513 libde265/image.cc     memset(pixels[0], y, stride * height);
height            534 libde265/image.cc   de265_error err = alloc_image(src->width, src->height, src->chroma_format, src->sps, false,
height            540 libde265/image.cc   copy_lines_from(src, 0, src->height);
height            549 libde265/image.cc   if (end > src->height) end=src->height;
height            306 libde265/image.h   int get_height(int cIdx=0) const { return cIdx==0 ? height : chroma_height; }
height            355 libde265/image.h   int width, height;  // size in luma pixels
height             27 libde265/quality.cc              int width, int height)
height             34 libde265/quality.cc   for (int y=0;y<height;y++) {
height             50 libde265/quality.cc              int width, int height)
height             57 libde265/quality.cc   for (int y=0;y<height;y++) {
height             73 libde265/quality.cc            int width, int height)
height             80 libde265/quality.cc   for (int y=0;y<height;y++) {
height             94 libde265/quality.cc   return sum/height;
height             31 libde265/quality.h                           int width, int height);
height             35 libde265/quality.h                           int width, int height);
height             39 libde265/quality.h                         int width, int height);
height             54 libde265/sao.cc   const int height = img->get_height(cIdx);
height             73 libde265/sao.cc   const int ctbH = (yC+nSH>height) ? height-yC : nSH;
height            127 libde265/sao.cc             if (xS<0 || yS<0 || xS>=width || yS>=height) {
height            342 libde265/sao.cc     int height = img->get_height(cIdx);
height            344 libde265/sao.cc     memcpy(inputCopy, img->get_image_plane(cIdx), stride * height * img->get_bytes_per_pixel(cIdx));
height            254 libde265/visualize.cc                int width,int height,
height            265 libde265/visualize.cc         if (x>=0 && x<width && y>=0 && y<height)
height            274 libde265/visualize.cc         if (x>=0 && x<width && y>=0 && y<height)
height             94 libde265/x86/sse-motion.cc                                        int width, int height) {
height            104 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            123 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            138 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            156 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            178 libde265/x86/sse-motion.cc                                      int width, int height) {
height            192 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height            214 libde265/x86/sse-motion.cc                                          int height) {
height            221 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            244 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            264 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            290 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            319 libde265/x86/sse-motion.cc                                        int height) {
height            331 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height            359 libde265/x86/sse-motion.cc                                   int width, int height) {
height            375 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            410 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            438 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            462 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            488 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            518 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            541 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            565 libde265/x86/sse-motion.cc             for (y = 0; y < height; y++) {
height            601 libde265/x86/sse-motion.cc                                int width, int height) {
height            616 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            651 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            688 libde265/x86/sse-motion.cc                                       int width, int height) {
height            708 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            758 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            796 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            836 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            884 libde265/x86/sse-motion.cc         int width, int height) {
height            903 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height            958 libde265/x86/sse-motion.cc                                         int width, int height, int mx,
height            965 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            984 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height            998 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1014 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1036 libde265/x86/sse-motion.cc                                          int width, int height, int mx,
height           1044 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1057 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1071 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1088 libde265/x86/sse-motion.cc                                    int width, int height, int mx,
height           1127 libde265/x86/sse-motion.cc                 for (y = 0; y < height; y++) {
height           1145 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1161 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1186 libde265/x86/sse-motion.cc                                     int width, int height, int mx,
height           1203 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1225 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1248 libde265/x86/sse-motion.cc                                    const uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx,
height           1265 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1302 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1328 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1354 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1387 libde265/x86/sse-motion.cc                                     const uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx,
height           1405 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1461 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1507 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1554 libde265/x86/sse-motion.cc                                     const uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx,
height           1584 libde265/x86/sse-motion.cc 		for (y = 0; y < height + epel_extra; y++) {
height           1604 libde265/x86/sse-motion.cc 		for (y = 0; y < height; y++) {
height           1647 libde265/x86/sse-motion.cc 		for (y = 0; y < height + epel_extra; y ++) {
height           1670 libde265/x86/sse-motion.cc 		for (y = 0; y < height; y++) {
height           1712 libde265/x86/sse-motion.cc 		for (y = 0; y < height + epel_extra; y ++) {
height           1737 libde265/x86/sse-motion.cc 		for (y = 0; y < height; y++) {
height           1781 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx,
height           1811 libde265/x86/sse-motion.cc         for (y = 0; y < height + epel_extra; y ++) {
height           1837 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1877 libde265/x86/sse-motion.cc         for (y = 0; y < height + epel_extra; y ++) {
height           1899 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1943 libde265/x86/sse-motion.cc                                         const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           1951 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1969 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1982 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           1996 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2017 libde265/x86/sse-motion.cc                                          const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2024 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2036 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2047 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2064 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2075 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2104 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2130 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2163 libde265/x86/sse-motion.cc                                       const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2173 libde265/x86/sse-motion.cc     for (y = 0; y < height; y ++) {
height           2197 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2209 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2238 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2267 libde265/x86/sse-motion.cc                                           const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2279 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2308 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2335 libde265/x86/sse-motion.cc                                           const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2346 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2375 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2402 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2413 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2441 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2470 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2481 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2567 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2629 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2646 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2706 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2716 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           2809 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2881 libde265/x86/sse-motion.cc                                       cosnt uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2902 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           2972 libde265/x86/sse-motion.cc                                            const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           2982 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           3069 libde265/x86/sse-motion.cc                 for (y = 0; y < height; y ++) {
height           3139 libde265/x86/sse-motion.cc                                      const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3149 libde265/x86/sse-motion.cc         for (y = 0; y < height; y++) {
height           3234 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           3294 libde265/x86/sse-motion.cc                                       const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3312 libde265/x86/sse-motion.cc         for (y = 0; y < height; y ++) {
height           3370 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3386 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y += 2) {
height           3419 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y++) {
height           3455 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           3542 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3558 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y += 2) {
height           3591 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y++) {
height           3627 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           3725 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3741 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y += 2) {
height           3774 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y++) {
height           3810 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           3902 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           3918 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y += 2) {
height           3951 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y++) {
height           3987 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           4073 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           4089 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y += 2) {
height           4122 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y++) {
height           4158 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           4256 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           4272 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y += 2) {
height           4305 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y++) {
height           4341 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           4434 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           4450 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y += 2) {
height           4485 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[1]; y++) {
height           4522 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           4607 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           4623 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y += 2) {
height           4658 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[2]; y++) {
height           4695 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height           4793 libde265/x86/sse-motion.cc                                        const uint8_t *_src, ptrdiff_t _srcstride, int width, int height,
height           4809 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y += 2) {
height           4844 libde265/x86/sse-motion.cc         for (y = 0; y < height + qpel_extra[3]; y++) {
height           4881 libde265/x86/sse-motion.cc     for (y = 0; y < height; y++) {
height             31 libde265/x86/sse-motion.h                                        int width, int height);
height             36 libde265/x86/sse-motion.h                                          int height);
height             40 libde265/x86/sse-motion.h                                         int width, int height,
height             44 libde265/x86/sse-motion.h                                    int width, int height,
height             48 libde265/x86/sse-motion.h                                    int width, int height,
height             52 libde265/x86/sse-motion.h                                     int width, int height,
height             57 libde265/x86/sse-motion.h                                         int width, int height, int16_t* mcbuffer);
height             60 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             63 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             66 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             69 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             72 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             75 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             78 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             81 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             84 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             87 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             90 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             93 libde265/x86/sse-motion.h                                      int width, int height, int16_t* mcbuffer);
height             96 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height             99 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height            102 libde265/x86/sse-motion.h                                        int width, int height, int16_t* mcbuffer);
height            234 sherlock265/VideoDecoder.cc   if (sws == NULL || img->get_width() != width || img->get_height() != height) {
height            239 sherlock265/VideoDecoder.cc     height = img->get_height();
height            240 sherlock265/VideoDecoder.cc     sws = sws_getContext(width, height, PIX_FMT_YUV420P, width, height, PIX_FMT_BGRA, SWS_FAST_BILINEAR, NULL, NULL, NULL);
height            118 sherlock265/VideoDecoder.hh   int height;
height            211 tools/rd-curves.cc     width=height=0;
height            218 tools/rd-curves.cc     height = h;
height            226 tools/rd-curves.cc     sstr << " -i " << mInputFilename << " --width " << width << " --height " << height;
height            234 tools/rd-curves.cc     sstr << "-i " << mInputFilename << " -wdt " << width << " -hgt " << height
height            243 tools/rd-curves.cc     sstr << mInputFilename << " --input-res " << width << "x" << height
height            252 tools/rd-curves.cc     sstr << mInputFilename << " --input-res " << width << "x" << height;
height            261 tools/rd-curves.cc     sstr << "-f rawvideo -vcodec rawvideo -s " << width << "x" << height; // << " -r " << mFPS
height            270 tools/rd-curves.cc     sstr << mInputFilename << " -w " << width << ":" << height;
height            280 tools/rd-curves.cc   int   getHeight() const { return height; }
height            284 tools/rd-curves.cc   int width, height;
height            295 tools/rd-curves.cc   int width,height, nFrames;
height            325 tools/rd-curves.cc                      inputSpec[i].height,
height            992 tools/rd-curves.cc             inputSpec[i].height,
height             38 tools/yuv-distortion.cc            int width, int height)
height             42 tools/yuv-distortion.cc   ref  .Create(width, height); // reference image
height             43 tools/yuv-distortion.cc   coded.Create(width, height); // coded image
height             45 tools/yuv-distortion.cc   for (int y=0;y<height;y++) {
height             70 tools/yuv-distortion.cc   int height = atoi(argv[4]);
height             72 tools/yuv-distortion.cc   uint8_t* yp_ref = (uint8_t*)malloc(width*height);
height             73 tools/yuv-distortion.cc   uint8_t* yp_cmp = (uint8_t*)malloc(width*height);
height             80 tools/yuv-distortion.cc       if (fread(yp_ref,1,width*height,fh_ref) != width*height) {
height             83 tools/yuv-distortion.cc       if (fread(yp_cmp,1,width*height,fh_cmp) != width*height) {
height             92 tools/yuv-distortion.cc       fseek(fh_ref,width*height/2,SEEK_CUR);
height             93 tools/yuv-distortion.cc       fseek(fh_cmp,width*height/2,SEEK_CUR);
height             95 tools/yuv-distortion.cc       double curr_mse_y = MSE(yp_ref, width,  yp_cmp, width,  width, height);
height             98 tools/yuv-distortion.cc       double curr_ssim_y = ssim(yp_ref, yp_cmp, width, height);