Home
last modified time | relevance | path

Searched defs:block_h (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c152 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/
Dh264_mb_template.c53 const int block_h = 16 >> h->chroma_y_shift; in FUNC() local
Dsnowdec.c42 int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in predict_slice_buffered() local
545 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in decode_frame() local
Dfmvc.c493 int block_h = s->blocks[block].h; in decode_frame() local
Dsnowenc.c518 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in get_dc() local
613 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in get_block_rd() local
715 const int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in get_4block_rd() local
1078 const int block_h= MB_SIZE >> s->block_max_depth; in iterative_me() local
Dhevcdec.c1445 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()
Dsnow.h411 int block_h = plane_index ? block_size>>s->chroma_v_shift : block_size; in predict_slice() local
467 const int block_h= 1<<rem_depth; //FIXME "w!=h" in set_blocks() local
Dvp8.c1807 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()
Dh264_slice.c2452 const int block_h = 16 >> h->chroma_y_shift; in loop_filter() local
Dsvq3.c683 const int block_h = 16 >> 1; in hl_decode_mb() local