H.264 / AVC / MPEG4 part10 prediction functions. More...
#include "avcodec.h"
#include "mpegvideo.h"
#include "h264pred.h"
Go to the source code of this file.
Defines | |
#define | LOAD_TOP_RIGHT_EDGE |
#define | LOAD_DOWN_LEFT_EDGE |
#define | LOAD_LEFT_EDGE |
#define | LOAD_TOP_EDGE |
#define | SRC(x, y) src[(x)+(y)*stride] |
#define | PL(y) const int l##y = (SRC(-1,y-1) + 2*SRC(-1,y) + SRC(-1,y+1) + 2) >> 2; |
#define | PREDICT_8x8_LOAD_LEFT |
#define | PT(x) const int t##x = (SRC(x-1,-1) + 2*SRC(x,-1) + SRC(x+1,-1) + 2) >> 2; |
#define | PREDICT_8x8_LOAD_TOP |
#define | PTR(x) t##x = (SRC(x-1,-1) + 2*SRC(x,-1) + SRC(x+1,-1) + 2) >> 2; |
#define | PREDICT_8x8_LOAD_TOPRIGHT |
#define | PREDICT_8x8_LOAD_TOPLEFT const int lt = (SRC(-1,0) + 2*SRC(-1,-1) + SRC(0,-1) + 2) >> 2 |
#define | PREDICT_8x8_DC(v) |
#define | ROW(y) |
Functions | |
static void | pred4x4_vertical_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_horizontal_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_dc_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_left_dc_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_top_dc_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_128_dc_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_down_right_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_down_left_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_down_left_svq3_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_down_left_rv40_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_down_left_rv40_nodown_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_vertical_right_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_vertical_left_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_vertical_left_rv40 (uint8_t *src, uint8_t *topright, int stride, const int l0, const int l1, const int l2, const int l3, const int l4) |
static void | pred4x4_vertical_left_rv40_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_vertical_left_rv40_nodown_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_horizontal_up_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_horizontal_up_rv40_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_horizontal_up_rv40_nodown_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred4x4_horizontal_down_c (uint8_t *src, uint8_t *topright, int stride) |
static void | pred16x16_vertical_c (uint8_t *src, int stride) |
static void | pred16x16_horizontal_c (uint8_t *src, int stride) |
static void | pred16x16_dc_c (uint8_t *src, int stride) |
static void | pred16x16_left_dc_c (uint8_t *src, int stride) |
static void | pred16x16_top_dc_c (uint8_t *src, int stride) |
static void | pred16x16_128_dc_c (uint8_t *src, int stride) |
static void | pred16x16_plane_compat_c (uint8_t *src, int stride, const int svq3, const int rv40) |
static void | pred16x16_plane_c (uint8_t *src, int stride) |
static void | pred16x16_plane_svq3_c (uint8_t *src, int stride) |
static void | pred16x16_plane_rv40_c (uint8_t *src, int stride) |
static void | pred8x8_vertical_c (uint8_t *src, int stride) |
static void | pred8x8_horizontal_c (uint8_t *src, int stride) |
static void | pred8x8_128_dc_c (uint8_t *src, int stride) |
static void | pred8x8_left_dc_c (uint8_t *src, int stride) |
static void | pred8x8_left_dc_rv40_c (uint8_t *src, int stride) |
static void | pred8x8_top_dc_c (uint8_t *src, int stride) |
static void | pred8x8_top_dc_rv40_c (uint8_t *src, int stride) |
static void | pred8x8_dc_c (uint8_t *src, int stride) |
static void | pred8x8_mad_cow_dc_l0t (uint8_t *src, int stride) |
static void | pred8x8_mad_cow_dc_0lt (uint8_t *src, int stride) |
static void | pred8x8_mad_cow_dc_l00 (uint8_t *src, int stride) |
static void | pred8x8_mad_cow_dc_0l0 (uint8_t *src, int stride) |
static void | pred8x8_dc_rv40_c (uint8_t *src, int stride) |
static void | pred8x8_plane_c (uint8_t *src, int stride) |
static void | pred8x8l_128_dc_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_left_dc_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_top_dc_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_dc_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_horizontal_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_vertical_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_down_left_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_down_right_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_vertical_right_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_horizontal_down_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_vertical_left_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred8x8l_horizontal_up_c (uint8_t *src, int has_topleft, int has_topright, int stride) |
static void | pred4x4_vertical_add_c (uint8_t *pix, const DCTELEM *block, int stride) |
static void | pred4x4_horizontal_add_c (uint8_t *pix, const DCTELEM *block, int stride) |
static void | pred8x8l_vertical_add_c (uint8_t *pix, const DCTELEM *block, int stride) |
static void | pred8x8l_horizontal_add_c (uint8_t *pix, const DCTELEM *block, int stride) |
static void | pred16x16_vertical_add_c (uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) |
static void | pred16x16_horizontal_add_c (uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) |
static void | pred8x8_vertical_add_c (uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) |
static void | pred8x8_horizontal_add_c (uint8_t *pix, const int *block_offset, const DCTELEM *block, int stride) |
void | ff_h264_pred_init (H264PredContext *h, int codec_id) |
Sets the intra prediction function pointers. |
H.264 / AVC / MPEG4 part10 prediction functions.
Definition in file h264pred.c.
#define LOAD_DOWN_LEFT_EDGE |
const int av_unused l4= src[-1+4*stride];\ const int av_unused l5= src[-1+5*stride];\ const int av_unused l6= src[-1+6*stride];\ const int av_unused l7= src[-1+7*stride];\
Definition at line 89 of file h264pred.c.
Referenced by pred4x4_down_left_rv40_c(), pred4x4_horizontal_up_rv40_c(), and pred4x4_vertical_left_rv40_c().
#define LOAD_LEFT_EDGE |
const int av_unused l0= src[-1+0*stride];\ const int av_unused l1= src[-1+1*stride];\ const int av_unused l2= src[-1+2*stride];\ const int av_unused l3= src[-1+3*stride];\
Definition at line 95 of file h264pred.c.
Referenced by pred4x4_down_left_rv40_c(), pred4x4_down_left_rv40_nodown_c(), pred4x4_down_left_svq3_c(), pred4x4_down_right_c(), pred4x4_horizontal_down_c(), pred4x4_horizontal_up_c(), pred4x4_horizontal_up_rv40_c(), pred4x4_horizontal_up_rv40_nodown_c(), pred4x4_vertical_left_rv40_c(), pred4x4_vertical_left_rv40_nodown_c(), and pred4x4_vertical_right_c().
#define LOAD_TOP_EDGE |
const int av_unused t0= src[ 0-1*stride];\ const int av_unused t1= src[ 1-1*stride];\ const int av_unused t2= src[ 2-1*stride];\ const int av_unused t3= src[ 3-1*stride];\
Definition at line 101 of file h264pred.c.
Referenced by pred4x4_down_left_c(), pred4x4_down_left_rv40_c(), pred4x4_down_left_rv40_nodown_c(), pred4x4_down_left_svq3_c(), pred4x4_down_right_c(), pred4x4_horizontal_down_c(), pred4x4_horizontal_up_rv40_c(), pred4x4_horizontal_up_rv40_nodown_c(), pred4x4_vertical_left_c(), pred4x4_vertical_left_rv40(), and pred4x4_vertical_right_c().
#define LOAD_TOP_RIGHT_EDGE |
const int av_unused t4= topright[0];\ const int av_unused t5= topright[1];\ const int av_unused t6= topright[2];\ const int av_unused t7= topright[3];\
Definition at line 83 of file h264pred.c.
Referenced by pred4x4_down_left_c(), pred4x4_down_left_rv40_c(), pred4x4_down_left_rv40_nodown_c(), pred4x4_horizontal_up_rv40_c(), pred4x4_horizontal_up_rv40_nodown_c(), pred4x4_vertical_left_c(), and pred4x4_vertical_left_rv40().
#define PL | ( | y | ) | const int l##y = (SRC(-1,y-1) + 2*SRC(-1,y) + SRC(-1,y+1) + 2) >> 2; |
Definition at line 749 of file h264pred.c.
#define PREDICT_8x8_DC | ( | v | ) |
int y; \ for( y = 0; y < 8; y++ ) { \ ((uint32_t*)src)[0] = \ ((uint32_t*)src)[1] = v; \ src += stride; \ }
Definition at line 778 of file h264pred.c.
Referenced by pred8x8l_128_dc_c(), pred8x8l_dc_c(), pred8x8l_left_dc_c(), and pred8x8l_top_dc_c().
#define PREDICT_8x8_LOAD_LEFT |
#define PREDICT_8x8_LOAD_TOP |
#define PREDICT_8x8_LOAD_TOPLEFT const int lt = (SRC(-1,0) + 2*SRC(-1,-1) + SRC(0,-1) + 2) >> 2 |
Definition at line 775 of file h264pred.c.
#define PREDICT_8x8_LOAD_TOPRIGHT |
#define PT | ( | x | ) | const int t##x = (SRC(x-1,-1) + 2*SRC(x,-1) + SRC(x+1,-1) + 2) >> 2; |
Definition at line 757 of file h264pred.c.
#define PTR | ( | x | ) | t##x = (SRC(x-1,-1) + 2*SRC(x,-1) + SRC(x+1,-1) + 2) >> 2; |
Definition at line 766 of file h264pred.c.
#define ROW | ( | y | ) |
Referenced by pred8x8l_horizontal_c().
Definition at line 748 of file h264pred.c.
Referenced by pred8x8l_down_left_c(), pred8x8l_down_right_c(), pred8x8l_horizontal_down_c(), pred8x8l_horizontal_up_c(), pred8x8l_vertical_left_c(), and pred8x8l_vertical_right_c().
void ff_h264_pred_init | ( | H264PredContext * | h, | |
int | codec_id | |||
) |
Sets the intra prediction function pointers.
Definition at line 1080 of file h264pred.c.
Referenced by clone_tables(), common_init(), and ff_rv34_decode_init().
static void pred16x16_128_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 476 of file h264pred.c.
static void pred16x16_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 422 of file h264pred.c.
static void pred16x16_horizontal_add_c | ( | uint8_t * | pix, | |
const int * | block_offset, | |||
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1058 of file h264pred.c.
static void pred16x16_horizontal_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 411 of file h264pred.c.
static void pred16x16_left_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 443 of file h264pred.c.
static void pred16x16_plane_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 530 of file h264pred.c.
static void pred16x16_plane_compat_c | ( | uint8_t * | src, | |
int | stride, | |||
const int | svq3, | |||
const int | rv40 | |||
) | [inline, static] |
Definition at line 487 of file h264pred.c.
Referenced by pred16x16_plane_c(), pred16x16_plane_rv40_c(), and pred16x16_plane_svq3_c().
static void pred16x16_plane_rv40_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 538 of file h264pred.c.
static void pred16x16_plane_svq3_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 534 of file h264pred.c.
static void pred16x16_top_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 460 of file h264pred.c.
static void pred16x16_vertical_add_c | ( | uint8_t * | pix, | |
const int * | block_offset, | |||
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1052 of file h264pred.c.
static void pred16x16_vertical_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 396 of file h264pred.c.
static void pred4x4_128_dc_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 75 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_0l0(), and pred8x8_mad_cow_dc_l00().
static void pred4x4_dc_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 47 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_l0t().
static void pred4x4_down_left_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 130 of file h264pred.c.
static void pred4x4_down_left_rv40_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 177 of file h264pred.c.
static void pred4x4_down_left_rv40_nodown_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 201 of file h264pred.c.
static void pred4x4_down_left_svq3_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 153 of file h264pred.c.
static void pred4x4_down_right_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 107 of file h264pred.c.
static void pred4x4_horizontal_add_c | ( | uint8_t * | pix, | |
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1004 of file h264pred.c.
Referenced by pred16x16_horizontal_add_c(), and pred8x8_horizontal_add_c().
static void pred4x4_horizontal_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 40 of file h264pred.c.
static void pred4x4_horizontal_down_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 373 of file h264pred.c.
static void pred4x4_horizontal_up_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 305 of file h264pred.c.
static void pred4x4_horizontal_up_rv40_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 326 of file h264pred.c.
static void pred4x4_horizontal_up_rv40_nodown_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 350 of file h264pred.c.
static void pred4x4_left_dc_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 57 of file h264pred.c.
static void pred4x4_top_dc_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 66 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_0lt().
static void pred4x4_vertical_add_c | ( | uint8_t * | pix, | |
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 990 of file h264pred.c.
Referenced by pred16x16_vertical_add_c(), and pred8x8_vertical_add_c().
static void pred4x4_vertical_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 32 of file h264pred.c.
static void pred4x4_vertical_left_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 247 of file h264pred.c.
static void pred4x4_vertical_left_rv40 | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride, | |||
const int | l0, | |||
const int | l1, | |||
const int | l2, | |||
const int | l3, | |||
const int | l4 | |||
) | [static] |
Definition at line 269 of file h264pred.c.
Referenced by pred4x4_vertical_left_rv40_c(), and pred4x4_vertical_left_rv40_nodown_c().
static void pred4x4_vertical_left_rv40_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 292 of file h264pred.c.
static void pred4x4_vertical_left_rv40_nodown_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 299 of file h264pred.c.
static void pred4x4_vertical_right_c | ( | uint8_t * | src, | |
uint8_t * | topright, | |||
int | stride | |||
) | [static] |
Definition at line 224 of file h264pred.c.
static void pred8x8_128_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 562 of file h264pred.c.
static void pred8x8_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 646 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_0lt().
static void pred8x8_dc_rv40_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 694 of file h264pred.c.
static void pred8x8_horizontal_add_c | ( | uint8_t * | pix, | |
const int * | block_offset, | |||
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1070 of file h264pred.c.
static void pred8x8_horizontal_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 553 of file h264pred.c.
static void pred8x8_left_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 571 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_0l0(), and pred8x8_mad_cow_dc_l00().
static void pred8x8_left_dc_rv40_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 593 of file h264pred.c.
static void pred8x8_mad_cow_dc_0l0 | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 688 of file h264pred.c.
static void pred8x8_mad_cow_dc_0lt | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 677 of file h264pred.c.
static void pred8x8_mad_cow_dc_l00 | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 682 of file h264pred.c.
static void pred8x8_mad_cow_dc_l0t | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 672 of file h264pred.c.
static void pred8x8_plane_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 715 of file h264pred.c.
static void pred8x8_top_dc_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 608 of file h264pred.c.
Referenced by pred8x8_mad_cow_dc_l0t().
static void pred8x8_top_dc_rv40_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 630 of file h264pred.c.
static void pred8x8_vertical_add_c | ( | uint8_t * | pix, | |
const int * | block_offset, | |||
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1064 of file h264pred.c.
static void pred8x8_vertical_c | ( | uint8_t * | src, | |
int | stride | |||
) | [static] |
Definition at line 542 of file h264pred.c.
static void pred8x8l_128_dc_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 786 of file h264pred.c.
static void pred8x8l_dc_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 802 of file h264pred.c.
static void pred8x8l_down_left_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 833 of file h264pred.c.
static void pred8x8l_down_right_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 853 of file h264pred.c.
static void pred8x8l_horizontal_add_c | ( | uint8_t * | pix, | |
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1035 of file h264pred.c.
static void pred8x8l_horizontal_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 810 of file h264pred.c.
static void pred8x8l_horizontal_down_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 903 of file h264pred.c.
static void pred8x8l_horizontal_up_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 958 of file h264pred.c.
static void pred8x8l_left_dc_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 790 of file h264pred.c.
static void pred8x8l_top_dc_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 796 of file h264pred.c.
static void pred8x8l_vertical_add_c | ( | uint8_t * | pix, | |
const DCTELEM * | block, | |||
int | stride | |||
) | [static] |
Definition at line 1017 of file h264pred.c.
static void pred8x8l_vertical_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 818 of file h264pred.c.
static void pred8x8l_vertical_left_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 931 of file h264pred.c.
static void pred8x8l_vertical_right_c | ( | uint8_t * | src, | |
int | has_topleft, | |||
int | has_topright, | |||
int | stride | |||
) | [static] |
Definition at line 875 of file h264pred.c.