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/
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[0][9] = in ff_qpeldsp_init_mips()
[all …]
/third_party/ffmpeg/libavcodec/
Dqpeldsp.h75 qpel_mc_func put_no_rnd_qpel_pixels_tab[2][16]; member
Dsnow.c457 s->qdsp.put_no_rnd_qpel_pixels_tab[0][dy+dx/4]=\ in ff_snow_common_init()
460 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dy+dx/4]=\ in ff_snow_common_init()
Dh263dec.c611 s->me.qpel_put = s->qdsp.put_no_rnd_qpel_pixels_tab; in ff_h263_decode_frame()
Dmotion_est.c339 c->qpel_put = s->qdsp.put_no_rnd_qpel_pixels_tab; in ff_init_me()
649 s->qdsp.put_no_rnd_qpel_pixels_tab[1][dxy](dest_y, ref, stride); in h263_mv4_search()
Dmpegvideo_enc.c2381 op_qpix = s->qdsp.put_no_rnd_qpel_pixels_tab; in encode_mb_internal()