Searched refs:img_y (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_loopfilter.c | 237 uint8_t *img_y, in h264_filter_mb_fast_internal() argument 273 filter_mb_edgev( &img_y[4*0<<pixel_shift], linesize, bS4, qp0, a, b, h, 1); in h264_filter_mb_fast_internal() 275 filter_mb_edgev( &img_y[4*2<<pixel_shift], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() 277 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal() 279 filter_mb_edgeh( &img_y[4*2*linesize], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() 281 filter_mb_edgev( &img_y[4*1<<pixel_shift], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() 282 filter_mb_edgev( &img_y[4*2<<pixel_shift], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() 283 filter_mb_edgev( &img_y[4*3<<pixel_shift], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() 285 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal() 287 filter_mb_edgeh( &img_y[4*1*linesize], linesize, bS3, qp, a, b, h, 0); in h264_filter_mb_fast_internal() [all …]
|
D | h264dec.h | 605 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr, 608 uint8_t *img_y, uint8_t *img_cb, uint8_t *img_cr,
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 804 stbi__uint32 img_x, img_y; member 3235 …s->img_y = stbi__get16be(s); if (s->img_y == 0) return stbi__err("no header height", "JPEG forma… in stbi__process_frame_header() 3237 if (s->img_y > STBI_MAX_DIMENSIONS) return stbi__err("too large","Very large image (corrupt?)"); in stbi__process_frame_header() 3263 …if (!stbi__mad3sizes_valid(s->img_x, s->img_y, s->img_n, 0)) return stbi__err("too large", "Image … in stbi__process_frame_header() 3277 z->img_mcu_y = (s->img_y + z->img_mcu_h-1) / z->img_mcu_h; in stbi__process_frame_header() 3282 z->img_comp[i].y = (s->img_y * z->img_comp[i].v + v_max-1) / v_max; in stbi__process_frame_header() 3377 if (NL != j->s->img_y) return stbi__err("bad DNL height", "Corrupt JPEG"); in stbi__decode_jpeg_image() 3861 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1); in load_jpeg_image() 3865 for (j=0; j < z->s->img_y; ++j) { in load_jpeg_image() 3961 *out_y = z->s->img_y; in load_jpeg_image() [all …]
|