Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
Dh264pred.c74 [LEFT_DC_PRED8x8 ] = "left_dc",
89 [LEFT_DC_PRED8x8] = "left_dc_rv40",
101 [LEFT_DC_PRED8x8] = "left_dc",
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_init_mips.c91 h->pred8x8[LEFT_DC_PRED8x8] = in ff_h264_pred_init_mips()
134 h->pred16x16[LEFT_DC_PRED8x8] = ff_h264_intra_pred_dc_left_16x16_msa; in ff_h264_pred_init_mips()
/third_party/ffmpeg/libavcodec/aarch64/
Dh264pred_init.c66 h->pred8x8[LEFT_DC_PRED8x8] = ff_pred8x8_left_dc_neon; in h264_pred_init_neon()
78 h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon; in h264_pred_init_neon()
/third_party/ffmpeg/libavcodec/arm/
Dh264pred_init_arm.c67 h->pred8x8[LEFT_DC_PRED8x8] = ff_pred8x8_left_dc_neon; in h264_pred_init_neon()
79 h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon; in h264_pred_init_neon()
/third_party/ffmpeg/libavcodec/
Dh264pred.h74 #define LEFT_DC_PRED8x8 4 macro
Dh264pred.c505 h->pred8x8[LEFT_DC_PRED8x8]= FUNCC(pred8x8_left_dc , depth);\ in ff_h264_pred_init()
513 h->pred8x8[LEFT_DC_PRED8x8]= FUNCC(pred8x16_left_dc , depth);\ in ff_h264_pred_init()
522 h->pred8x8[LEFT_DC_PRED8x8]= FUNCD(pred8x8_left_dc_rv40);\ in ff_h264_pred_init()
555 h->pred16x16[LEFT_DC_PRED8x8]= FUNCC(pred16x16_left_dc , depth);\ in ff_h264_pred_init()
Dh264_parse.c183 static const int8_t top[4] = { LEFT_DC_PRED8x8, 1, -1, -1 }; in ff_h264_check_intra_pred_mode()
Drv34.c999 if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8; in adjust_pred16()
Dvp8.c1596 return mb_y ? mode : LEFT_DC_PRED8x8; in check_dc_pred8x8_mode()
/third_party/ffmpeg/libavcodec/x86/
Dh264_intrapred_init.c346 h->pred16x16[LEFT_DC_PRED8x8 ] = ff_pred16x16_left_dc_10_mmxext; in ff_h264_pred_init_x86()
378 h->pred16x16[LEFT_DC_PRED8x8 ] = ff_pred16x16_left_dc_10_sse2; in ff_h264_pred_init_x86()