Searched refs:PLANE_PRED8x8 (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_init.c | 200 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/ |
D | vp8data.h | 37 [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'
|
D | h264pred.c | 495 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()
|
D | h264pred.h | 71 #define PLANE_PRED8x8 3 macro
|
D | rv34.c | 959 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()
|
D | vp8.c | 1618 case PLANE_PRED8x8: /* TM */ in check_intra_pred8x8_mode_emuedge()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264pred_init_mips.c | 52 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/ |
D | h264pred.c | 73 [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/ |
D | h264pred_init_arm.c | 62 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/ |
D | h264pred_init.c | 61 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()
|