Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dvp3dsp_init_mips.c34 c->put_no_rnd_pixels_l2 = ff_put_no_rnd_pixels_l2_mmi; in ff_vp3dsp_init_mips()
42 c->put_no_rnd_pixels_l2 = ff_put_no_rnd_pixels_l2_msa; in ff_vp3dsp_init_mips()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp3dsp_init.c48 c->put_no_rnd_pixels_l2 = ff_put_vp_no_rnd_pixels8_l2_mmx; in ff_vp3dsp_init_x86()
/third_party/ffmpeg/libavcodec/
H A Dvp3dsp.h36 void (*put_no_rnd_pixels_l2)(uint8_t *dst, member
H A Dvp3dsp.c431 static void put_no_rnd_pixels_l2(uint8_t *dst, const uint8_t *src1, in put_no_rnd_pixels_l2() function
450 c->put_no_rnd_pixels_l2 = put_no_rnd_pixels_l2; in ff_vp3dsp_init()
H A Dvp56.c401 s->vp3dsp.put_no_rnd_pixels_l2(dst, src_block+src_offset, in vp56_mc()
H A Dvp3.c2205 * with put_no_rnd_pixels_l2 which would look more in render_slice()
2216 s->vp3dsp.put_no_rnd_pixels_l2(output_plane + first_pixel, in render_slice()

Completed in 10 milliseconds