Home
last modified time | relevance | path

Searched refs:PLANE_PRED8x8 (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c200 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_tm_vp8_8_mmx; in ff_h264_pred_init_x86()
201 h->pred8x8 [PLANE_PRED8x8 ] = ff_pred8x8_tm_vp8_8_mmx; in ff_h264_pred_init_x86()
205 h->pred8x8 [PLANE_PRED8x8] = ff_pred8x8_plane_8_mmx; in ff_h264_pred_init_x86()
208 h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_svq3_8_mmx; in ff_h264_pred_init_x86()
210 h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_rv40_8_mmx; in ff_h264_pred_init_x86()
212 h->pred16x16[PLANE_PRED8x8] = ff_pred16x16_plane_h264_8_mmx; in ff_h264_pred_init_x86()
252 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_tm_vp8_8_mmxext; in ff_h264_pred_init_x86()
254 h->pred8x8 [PLANE_PRED8x8 ] = ff_pred8x8_tm_vp8_8_mmxext; in ff_h264_pred_init_x86()
259 h->pred8x8 [PLANE_PRED8x8] = ff_pred8x8_plane_8_mmxext; in ff_h264_pred_init_x86()
261 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_svq3_8_mmxext; in ff_h264_pred_init_x86()
[all …]
/third_party/ffmpeg/libavcodec/
Dvp8data.h37 [PLANE_PRED8x8] = TM_VP8_PRED,
44 [PLANE_PRED8x8] = TM_VP8_PRED,
51 { -HOR_PRED8x8, -PLANE_PRED8x8 }, // '110', '111'
58 { -PLANE_PRED8x8, -MODE_I4x4 }, // '110', '111'
183 { -HOR_PRED8x8, -PLANE_PRED8x8 }, // '110', '111'
Dh264pred.c495 h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x8_plane , depth);\ in ff_h264_pred_init()
497 h->pred8x8[PLANE_PRED8x8]= FUNCC(pred8x16_plane , depth);\ in ff_h264_pred_init()
500 h->pred8x8[PLANE_PRED8x8]= FUNCD(pred8x8_tm_vp8);\ in ff_h264_pred_init()
540 h->pred16x16[PLANE_PRED8x8 ]= FUNCD(pred16x16_plane_svq3);\ in ff_h264_pred_init()
543 h->pred16x16[PLANE_PRED8x8 ]= FUNCD(pred16x16_plane_rv40);\ in ff_h264_pred_init()
547 h->pred16x16[PLANE_PRED8x8 ]= FUNCD(pred16x16_tm_vp8);\ in ff_h264_pred_init()
552 h->pred16x16[PLANE_PRED8x8 ]= FUNCC(pred16x16_plane , depth);\ in ff_h264_pred_init()
Dh264pred.h71 #define PLANE_PRED8x8 3 macro
Drv34.c959 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
997 if(itype == PLANE_PRED8x8)itype = HOR_PRED8x8; in adjust_pred16()
1001 if(itype == PLANE_PRED8x8)itype = VERT_PRED8x8; in adjust_pred16()
1067 if(itype == PLANE_PRED8x8) itype = DC_PRED8x8; in rv34_output_i16x16()
Dvp8.c1618 case PLANE_PRED8x8: /* TM */ in check_intra_pred8x8_mode_emuedge()
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_init_mips.c52 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_svq3_8_mmi; in ff_h264_pred_init_mips()
55 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_rv40_8_mmi; in ff_h264_pred_init_mips()
61 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_h264_8_mmi; in ff_h264_pred_init_mips()
84 h->pred8x8[PLANE_PRED8x8] = ff_h264_intra_predict_plane_8x8_msa; in ff_h264_pred_init_mips()
129 h->pred16x16[PLANE_PRED8x8] = in ff_h264_pred_init_mips()
/third_party/ffmpeg/tests/checkasm/
Dh264pred.c73 [PLANE_PRED8x8 ] = "plane",
83 [PLANE_PRED8x8 ] = "tm_vp8",
100 [PLANE_PRED8x8 ] = "plane",
106 [PLANE_PRED8x8 ] = "tm_vp8",
111 [PLANE_PRED8x8] = "plane_rv40",
114 [PLANE_PRED8x8] = "plane_svq3",
/third_party/ffmpeg/libavcodec/arm/
Dh264pred_init_arm.c62 h->pred8x8[PLANE_PRED8x8] = ff_pred8x8_plane_neon; in h264_pred_init_neon()
84 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon; in h264_pred_init_neon()
/third_party/ffmpeg/libavcodec/aarch64/
Dh264pred_init.c61 h->pred8x8[PLANE_PRED8x8] = ff_pred8x8_plane_neon; in h264_pred_init_neon()
83 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon; in h264_pred_init_neon()