Home
last modified time | relevance | path

Searched refs:ff_deblock_v_luma_8_mmi (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_init_mips.c73 c->h264_v_loop_filter_luma = ff_deblock_v_luma_8_mmi; in ff_h264dsp_init_mips()
Dh264dsp_mmi.c2226 void ff_deblock_v_luma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta, in ff_deblock_v_luma_8_mmi() function
2363 ff_deblock_v_luma_8_mmi((uint8_t *) &stack[6], 0x10, alpha, beta, tc0); in ff_deblock_h_luma_8_mmi()
Dh264dsp_mips.h366 void ff_deblock_v_luma_8_mmi(uint8_t *pix, ptrdiff_t stride, int alpha, int beta,