Searched defs:block_w (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | videodsp_init.c | 152 x86_reg block_w, x86_reg block_h, in emulated_edge_mc() 229 int block_w, int block_h, in emulated_edge_mc_mmx() 240 int block_w, int block_h, in emulated_edge_mc_sse() 252 int block_w, int block_h, in emulated_edge_mc_sse2() 265 int block_w, int block_h, in emulated_edge_mc_avx2()
|
/third_party/ffmpeg/libavcodec/ |
D | snowenc.c | 242 const int block_w= 1<<(LOG2_MB_SIZE - level); in encode_q_branch() local 517 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_dc() local 612 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_block_rd() local 714 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_4block_rd() local 1077 const int block_w= MB_SIZE >> s->block_max_depth; in iterative_me() local
|
D | fmvc.c | 497 int block_w = s->blocks[block].w; in decode_frame() local
|
D | hevcdec.c | 1445 int block_w, int block_h, int luma_weight, int luma_offset) in luma_mc_uni() 1506 … int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) in luma_mc_bi() 1597 …int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int… in chroma_mc_uni() 1661 … int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) in chroma_mc_bi()
|
D | snowdec.c | 41 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice_buffered() local
|
D | snow.h | 410 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice() local 466 const int block_w= 1<<rem_depth; in set_blocks() local
|
D | vp8.c | 1807 int x_off, int y_off, int block_w, int block_h, in vp8_mc_luma() 1865 int x_off, int y_off, int block_w, int block_h, in vp8_mc_chroma() 1915 int bx_off, int by_off, int block_w, int block_h, in vp8_mc_part()
|