Home
last modified time | relevance | path

Searched refs:is_be (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddpx_parser.c37 int is_be; member
61 d->is_be = state == MKBETAG('S','D','P','X'); in dpx_parse()
80 d->fsize = d->is_be ? d->pc.state : av_bswap32(d->pc.state); in dpx_parse()
/third_party/ffmpeg/libavfilter/
H A Dvf_super2xsai.c46 int is_be; member
91 #define READ_COLOR2(dst, src_line, off) dst = s->is_be ? AV_RB16(src_line + 2 * off) : AV_RL16(src_line + 2 * off) in super2xsai()
194 if (s->is_be) { in super2xsai()
274 s->is_be = 1; in config_input()
286 s->is_be = 1; in config_input()
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h523 constexpr bool is_be = true; member
525 constexpr bool is_be = false; member
557 if (is_be) { \
569 if (is_be) { \
577 if (is_be) { \
589 if (is_be) { \
596 if (is_be) { \
605 if (is_be) { \
670 if (is_be) { in AtomicExchange()
684 if (is_be) { in AtomicExchange()
[all...]
/third_party/ffmpeg/libswscale/
H A Dinput.c908 (is_be ? AV_RB16(src) : AV_RL16(src))
910 int width, int bpc, int is_be, int32_t *rgb2yuv) in planar_rgb16_to_y()
927 int width, int bpc, int is_be, int32_t *rgb2yuv) in planar_rgb16_to_a()
941 int bpc, int is_be, int32_t *rgb2yuv) in planar_rgb16_to_uv()
961 #define rdpx(src) (is_be ? av_int2float(AV_RB32(src)): av_int2float(AV_RL32(src)))
963 static av_always_inline void planar_rgbf32_to_a(uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv) in planar_rgbf32_to_a() argument
974 static av_always_inline void planar_rgbf32_to_uv(uint8_t *_dstU, uint8_t *_dstV, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv) in planar_rgbf32_to_uv() argument
993 static av_always_inline void planar_rgbf32_to_y(uint8_t *_dst, const uint8_t *_src[4], int width, int is_be, int32_t *rgb2yuv) in planar_rgbf32_to_y() argument
1011 const uint8_t *unused2, int width, int is_be, uint32_t *unused) in grayf32ToY16_c()
909 planar_rgb16_to_y(uint8_t *_dst, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv) planar_rgb16_to_y() argument
926 planar_rgb16_to_a(uint8_t *_dst, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv) planar_rgb16_to_a() argument
939 planar_rgb16_to_uv(uint8_t *_dstU, uint8_t *_dstV, const uint8_t *_src[4], int width, int bpc, int is_be, int32_t *rgb2yuv) planar_rgb16_to_uv() argument
1010 grayf32ToY16_c(uint8_t *_dst, const uint8_t *_src, const uint8_t *unused1, const uint8_t *unused2, int width, int is_be, uint32_t *unused) grayf32ToY16_c() argument
H A Doutput.c355 #define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t) \
361 (uint16_t *) dest, dstW, is_be, bits); \
369 (uint16_t *) dest, dstW, is_be, bits); \
/third_party/ffmpeg/libswscale/ppc/
H A Dswscale_vsx.c391 #define yuv2NBPS(bits, BE_LE, is_be, template_size, typeX_t) \
392 yuv2NBPS1(bits, BE_LE, is_be, template_size, typeX_t) \
393 yuv2NBPSX(bits, BE_LE, is_be, template_size, typeX_t)
395 #define yuv2NBPS1(bits, BE_LE, is_be, template_size, typeX_t) \
401 (uint16_t *) dest, dstW, is_be, bits); \
404 #define yuv2NBPSX(bits, BE_LE, is_be, template_size, typeX_t) \
411 (uint16_t *) dest, dstW, is_be, bits); \

Completed in 18 milliseconds