Searched refs:v_shift (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | hevcdsp.c | 81 vec_u32 v_shift; in scale() local 84 case 7: v_shift = vec_splat_u32(7) ; break; in scale() 85 case 10: v_shift = vec_splat_u32(10); break; in scale() 86 case 12: v_shift = vec_splat_u32(12); break; in scale() 91 res[i] = vec_sra(res[i], v_shift); in scale()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_v360.c | 1424 const int v_shift = ceilf(eh * v_face); in cube3x2_to_xyz() local 1426 const int ehi = ceilf(eh * (v_face + 1)) - v_shift; in cube3x2_to_xyz() 1429 const float vf = rescale(j - v_shift, ehi); in cube3x2_to_xyz() 1486 int u_shift, v_shift; in xyz_to_cube3x2() local 1495 v_shift = ceilf(eh * v_face); in xyz_to_cube3x2() 1511 v_shift = ceilf(eh * v_face); in xyz_to_cube3x2() 1513 new_ehi = ceilf(eh * (v_face + 1)) - v_shift; in xyz_to_cube3x2() 1520 vs[i][j] = v_shift + new_vi; in xyz_to_cube3x2() 1549 const int v_shift = ceilf(eh * face); in cube1x6_to_xyz() local 1550 const int ehi = ceilf(eh * (face + 1)) - v_shift; in cube1x6_to_xyz() 1639 int v_shift; xyz_to_cube1x6() local 3584 int u_shift, v_shift; xyz_to_barrel() local 3655 int u_shift, v_shift; xyz_to_barrelsplit() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | pixdesc.h | 204 * @param[out] v_shift store log2_chroma_h (vertical/height shift) 209 int *h_shift, int *v_shift);
|
H A D | pixdesc.c | 2691 int *h_shift, int *v_shift) in av_pix_fmt_get_chroma_sub_sample() 2697 *v_shift = desc->log2_chroma_h; in av_pix_fmt_get_chroma_sub_sample() 2690 av_pix_fmt_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift) av_pix_fmt_get_chroma_sub_sample() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | utvideodec.c | 885 int h_shift, v_shift; in decode_init() local 994 av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &h_shift, &v_shift); in decode_init() 996 (avctx->height & ((1<<v_shift)-1))) { in decode_init()
|
H A D | mpegvideo_enc.c | 1089 int v_shift = i ? v_chroma_shift : 0; in load_input_picture() local 1091 int h = s->height >> v_shift; in load_input_picture() 1119 vpad >> v_shift, in load_input_picture()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 41747 uint8_t v_shift = 0; wuffs_png__decoder__filter_and_swizzle_tricky() local [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 38304 uint8_t v_shift = 0; wuffs_png__decoder__filter_and_swizzle_tricky() local [all...] |
Completed in 102 milliseconds