Searched refs:HOR_PRED8x8 (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp8data.h | 36 [HOR_PRED8x8] = TM_VP8_PRED, 43 [HOR_PRED8x8] = HOR_PRED, 51 { -HOR_PRED8x8, -PLANE_PRED8x8 }, // '110', '111' 57 { -VERT_PRED8x8, -HOR_PRED8x8 }, // '100', '101' 183 { -HOR_PRED8x8, -PLANE_PRED8x8 }, // '110', '111'
|
H A D | h264pred.c | 477 h->pred8x8[HOR_PRED8x8 ]= FUNCC(pred8x8_horizontal , depth);\ in ff_h264_pred_init() 481 h->pred8x8[HOR_PRED8x8 ]= FUNCC(pred8x16_horizontal , depth);\ in ff_h264_pred_init() 517 h->pred16x16[HOR_PRED8x8 ]= FUNCC(pred16x16_horizontal , depth);\ in ff_h264_pred_init() 532 h->pred8x8_add[ HOR_PRED8x8] = FUNCC(pred8x8_horizontal_add, depth);\ in ff_h264_pred_init() 535 h->pred8x8_add [ HOR_PRED8x8]= FUNCC(pred8x16_horizontal_add , depth);\ in ff_h264_pred_init() 538 h->pred16x16_add[ HOR_PRED8x8]= FUNCC(pred16x16_horizontal_add , depth);\ in ff_h264_pred_init()
|
H A D | h264pred.h | 69 #define HOR_PRED8x8 1 macro
|
H A D | h264_mb_template.c | 199 sl->chroma_pred_mode == HOR_PRED8x8)) { in hl_decode_mb()
|
H A D | rv34.c | 961 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8, 999 if(itype == PLANE_PRED8x8)itype = HOR_PRED8x8; in adjust_pred16() 1000 if(itype == VERT_PRED8x8) itype = HOR_PRED8x8; in adjust_pred16() 1004 if(itype == HOR_PRED8x8) itype = VERT_PRED8x8; in adjust_pred16()
|
H A D | h264_mb.c | 743 sl->intra16x16_pred_mode == HOR_PRED8x8)) { in hl_decode_mb_idct_luma()
|
H A D | vp8.c | 1609 return mb_y ? mode : HOR_PRED8x8; in check_tm_pred8x8_mode() 1620 case HOR_PRED8x8: in check_intra_pred8x8_mode_emuedge()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264pred_init_mips.c | 38 h->pred8x8 [HOR_PRED8x8 ] = ff_pred8x8_horizontal_8_mmi; in ff_h264_pred_init_mips() 41 h->pred8x8 [HOR_PRED8x8 ] = ff_pred8x16_horizontal_8_mmi; in ff_h264_pred_init_mips() 46 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_horizontal_8_mmi; in ff_h264_pred_init_mips() 80 h->pred8x8[HOR_PRED8x8] = ff_h264_intra_pred_horiz_8x8_msa; in ff_h264_pred_init_mips() 118 h->pred16x16[HOR_PRED8x8] = ff_h264_intra_pred_horiz_16x16_msa; in ff_h264_pred_init_mips()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | h264pred_init.c | 73 h->pred8x8[HOR_PRED8x8 ] = ff_pred8x8_hor_neon; in h264_pred_init_neon() 91 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon; in h264_pred_init_neon() 102 h->pred8x8[HOR_PRED8x8 ] = ff_pred8x8_hor_neon_10; in h264_pred_init_neon() 120 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon_10; in h264_pred_init_neon()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_intrapred_init.c | 173 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_horizontal_8_mmxext; in ff_h264_pred_init_x86() 175 h->pred8x8[HOR_PRED8x8 ] = ff_pred8x8_horizontal_8_mmxext; in ff_h264_pred_init_x86() 236 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_horizontal_8_ssse3; in ff_h264_pred_init_x86() 239 h->pred8x8 [HOR_PRED8x8 ] = ff_pred8x8_horizontal_8_ssse3; in ff_h264_pred_init_x86() 288 h->pred8x8[HOR_PRED8x8 ] = ff_pred8x8_horizontal_10_sse2; in ff_h264_pred_init_x86() 306 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_horizontal_10_sse2; in ff_h264_pred_init_x86()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | h264pred_init_arm.c | 60 h->pred8x8[HOR_PRED8x8 ] = ff_pred8x8_hor_neon; in h264_pred_init_neon() 78 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon; in h264_pred_init_neon()
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | h264pred.c | 71 [HOR_PRED8x8 ] = "horizontal", 98 [HOR_PRED8x8 ] = "horizontal",
|
Completed in 14 milliseconds