Home
last modified time | relevance | path

Searched refs:EDGE_EMU_BUFFER_STRIDE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h70 #define EDGE_EMU_BUFFER_STRIDE 80 macro
449 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
451 DECLARE_ALIGNED(32, uint8_t, edge_emu_buffer2)[(MAX_PB_SIZE + 7) * EDGE_EMU_BUFFER_STRIDE * 2];
Dhevcdec.c1502 const ptrdiff_t edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in luma_mc_uni()
1568 const ptrdiff_t edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in luma_mc_bi()
1585 const ptrdiff_t edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in luma_mc_bi()
1657 const int edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in chroma_mc_uni()
1734 const int edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in chroma_mc_bi()
1753 const int edge_emu_stride = EDGE_EMU_BUFFER_STRIDE << s->ps.sps->pixel_shift; in chroma_mc_bi()