Home
last modified time | relevance | path

Searched refs:COMPOSE_53iL0 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
H A Ddirac_dwt.asm35 %macro COMPOSE_53iL0 4
75 COMPOSE_53iL0 m0, m1, [b2q+2*widthq], m2
248 COMPOSE_53iL0 m0, m1, m2, m7
H A Ddirac_dwt_init.c44 b1[i] = COMPOSE_53iL0(b0[i], b1[i], b2[i]); \
/third_party/ffmpeg/libavcodec/
H A Ddirac_dwt.h95 #define COMPOSE_53iL0(b0, b1, b2)\ macro
H A Ddirac_dwt_template.c72 temp[0] = COMPOSE_53iL0(b[w2], b[0], b[w2]); in horizontal_compose_dirac53i()
74 temp[x ] = COMPOSE_53iL0 (b[x+w2-1], b[x ], b[x+w2]); in horizontal_compose_dirac53i()
89 tmp[0] = COMPOSE_53iL0(b[w2], b[0], b[w2]); in horizontal_compose_dd97i()
91 tmp[x] = COMPOSE_53iL0(b[x+w2-1], b[x], b[x+w2]); in horizontal_compose_dd97i()

Completed in 3 milliseconds