Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dqpeldsp_init_mips.c63 c->put_no_rnd_qpel_pixels_tab[0][0] = ff_copy_16x16_msa; in ff_qpeldsp_init_mips()
64 c->put_no_rnd_qpel_pixels_tab[0][1] = in ff_qpeldsp_init_mips()
66 c->put_no_rnd_qpel_pixels_tab[0][2] = ff_horiz_mc_qpel_no_rnd_16width_msa; in ff_qpeldsp_init_mips()
67 c->put_no_rnd_qpel_pixels_tab[0][3] = in ff_qpeldsp_init_mips()
69 c->put_no_rnd_qpel_pixels_tab[0][4] = in ff_qpeldsp_init_mips()
71 c->put_no_rnd_qpel_pixels_tab[0][5] = in ff_qpeldsp_init_mips()
73 c->put_no_rnd_qpel_pixels_tab[0][6] = in ff_qpeldsp_init_mips()
75 c->put_no_rnd_qpel_pixels_tab[0][7] = in ff_qpeldsp_init_mips()
77 c->put_no_rnd_qpel_pixels_tab[0][8] = ff_vert_mc_qpel_no_rnd_16x16_msa; in ff_qpeldsp_init_mips()
78 c->put_no_rnd_qpel_pixels_tab[ in ff_qpeldsp_init_mips()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqpeldsp.h75 qpel_mc_func put_no_rnd_qpel_pixels_tab[2][16]; member
H A Dsnow.c450 s->qdsp.put_no_rnd_qpel_pixels_tab[0][dy+dx/4]=\ in ff_snow_common_init()
453 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dy+dx/4]=\ in ff_snow_common_init()
H A Dh263dec.c613 s->me.qpel_put = s->qdsp.put_no_rnd_qpel_pixels_tab; in ff_h263_decode_frame()
H A Dmotion_est.c341 c->qpel_put = s->qdsp.put_no_rnd_qpel_pixels_tab; in ff_init_me()
651 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dxy](dest_y, ref, stride); in h263_mv4_search()
H A Dmpegvideo_enc.c2172 op_qpix = s->qdsp.put_no_rnd_qpel_pixels_tab; in encode_mb_internal()

Completed in 12 milliseconds