Searched refs:v_shift (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
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/ |
D | vf_v360.c | 1402 const int v_shift = ceilf(eh * v_face); in cube3x2_to_xyz() local 1404 const int ehi = ceilf(eh * (v_face + 1)) - v_shift; in cube3x2_to_xyz() 1407 const float vf = 2.f * (j - v_shift + 0.5f) / ehi - 1.f; in cube3x2_to_xyz() 1464 int u_shift, v_shift; in xyz_to_cube3x2() local 1473 v_shift = ceilf(eh * v_face); in xyz_to_cube3x2() 1489 v_shift = ceilf(eh * v_face); in xyz_to_cube3x2() 1491 new_ehi = ceilf(eh * (v_face + 1)) - v_shift; in xyz_to_cube3x2() 1498 vs[i][j] = v_shift + new_vi; in xyz_to_cube3x2() 1527 const int v_shift = ceilf(eh * face); in cube1x6_to_xyz() local 1528 const int ehi = ceilf(eh * (face + 1)) - v_shift; in cube1x6_to_xyz() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | imgconvert.c | 38 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift) in avcodec_get_chroma_sub_sample() argument 43 *v_shift = desc->log2_chroma_h; in avcodec_get_chroma_sub_sample()
|
D | utvideodec.c | 886 int h_shift, v_shift; in decode_init() local 995 av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &h_shift, &v_shift); in decode_init() 997 (avctx->height & ((1<<v_shift)-1))) { in decode_init()
|
D | avcodec.h | 3828 void avcodec_get_chroma_sub_sample(enum AVPixelFormat pix_fmt, int *h_shift, int *v_shift);
|
D | mpegvideo_enc.c | 1265 int v_shift = i ? v_chroma_shift : 0; in load_input_picture() local 1267 int h = s->height >> v_shift; in load_input_picture() 1295 vpad >> v_shift, in load_input_picture()
|
/third_party/ffmpeg/libavutil/ |
D | pixdesc.h | 241 int *h_shift, int *v_shift);
|
D | pixdesc.c | 2602 int *h_shift, int *v_shift) in av_pix_fmt_get_chroma_sub_sample() argument 2608 *v_shift = desc->log2_chroma_h; in av_pix_fmt_get_chroma_sub_sample()
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
D | wuffs-v0.3.c | 38304 uint8_t v_shift = 0; in wuffs_png__decoder__filter_and_swizzle_tricky() local 38382 v_shift = ((8 - self->private_impl.f_depth) & 7); in wuffs_png__decoder__filter_and_swizzle_tricky() 38392 v_bits_unpacked[0] = ((uint8_t)((v_bits_packed >> v_shift) * v_multiplier)); in wuffs_png__decoder__filter_and_swizzle_tricky()
|
/third_party/astc-encoder/Source/ |
D | wuffs-v0.3.c | 41737 uint8_t v_shift = 0; in wuffs_png__decoder__filter_and_swizzle_tricky() local 41853 v_shift = ((8 - self->private_impl.f_depth) & 7); in wuffs_png__decoder__filter_and_swizzle_tricky() 41863 v_bits_unpacked[0] = ((uint8_t)((v_bits_packed >> v_shift) * v_multiplier)); in wuffs_png__decoder__filter_and_swizzle_tricky()
|