Home
last modified time | relevance | path

Searched refs:wedge_index (Results 1 – 8 of 8) sorted by relevance

/external/libaom/libaom/test/
Dcomp_mask_variance_test.cc110 for (int wedge_index = 0; wedge_index < wedge_types; ++wedge_index) { in RunCheckOutput() local
111 const uint8_t *mask = av1_get_contiguous_soft_mask(wedge_index, 1, bsize); in RunCheckOutput()
118 << " wedge " << wedge_index << " inv " << inv; in RunCheckOutput()
128 int wedge_index = wedge_types / 2; in RunSpeedTest() local
129 const uint8_t *mask = av1_get_contiguous_soft_mask(wedge_index, 1, bsize); in RunSpeedTest()
200 for (int wedge_index = 0; wedge_index < wedge_types; ++wedge_index) { in RunCheckOutput() local
202 av1_get_contiguous_soft_mask(wedge_index, 1, bsize); in RunCheckOutput()
214 << " wedge " << wedge_index << " inv " << inv << "sub (" << subx in RunCheckOutput()
229 int wedge_index = wedge_types / 2; in RunSpeedTest() local
230 const uint8_t *mask = av1_get_contiguous_soft_mask(wedge_index, 1, bsize); in RunSpeedTest()
[all …]
/external/libaom/libaom/av1/common/
Dreconinter.c245 static const uint8_t *get_wedge_mask_inplace(int wedge_index, int neg, in get_wedge_mask_inplace() argument
251 wedge_params_lookup[sb_type].codebook + wedge_index; in get_wedge_mask_inplace()
253 const uint8_t wsignflip = wedge_params_lookup[sb_type].signflip[wedge_index]; in get_wedge_mask_inplace()
255 assert(wedge_index >= 0 && in get_wedge_mask_inplace()
256 wedge_index < (1 << get_wedge_bits_lookup(sb_type))); in get_wedge_mask_inplace()
271 return av1_get_contiguous_soft_mask(comp_data->wedge_index, in av1_get_compound_type_mask()
1039 int8_t use_wedge_interintra, int wedge_index, in combine_interintra() argument
1051 av1_get_contiguous_soft_mask(wedge_index, wedge_sign, bsize); in combine_interintra()
1068 INTERINTRA_MODE mode, int8_t use_wedge_interintra, int wedge_index, in combine_interintra_highbd() argument
1078 av1_get_contiguous_soft_mask(wedge_index, wedge_sign, bsize); in combine_interintra_highbd()
Dreconinter.h326 static INLINE const uint8_t *av1_get_contiguous_soft_mask(int wedge_index, in av1_get_contiguous_soft_mask() argument
329 return wedge_params_lookup[sb_type].masks[wedge_sign][wedge_index]; in av1_get_contiguous_soft_mask()
Dblockd.h204 int wedge_index; member
/external/libaom/libaom/av1/encoder/
Drdopt.c6618 [mbmi->interinter_comp.wedge_index] in get_interinter_compound_mask_rate()
7606 int wedge_index; in pick_wedge() local
7629 for (wedge_index = 0; wedge_index < wedge_types; ++wedge_index) { in pick_wedge()
7630 mask = av1_get_contiguous_soft_mask(wedge_index, 0, bsize); in pick_wedge()
7634 mask = av1_get_contiguous_soft_mask(wedge_index, wedge_sign, bsize); in pick_wedge()
7647 rate += x->wedge_idx_cost[bsize][wedge_index]; in pick_wedge()
7651 *best_wedge_index = wedge_index; in pick_wedge()
7678 int wedge_index; in pick_wedge_fixed_sign() local
7684 for (wedge_index = 0; wedge_index < wedge_types; ++wedge_index) { in pick_wedge_fixed_sign()
7685 mask = av1_get_contiguous_soft_mask(wedge_index, wedge_sign, bsize); in pick_wedge_fixed_sign()
[all …]
Dencodeframe.c1314 counts->wedge_idx[bsize][mbmi->interinter_comp.wedge_index]++; in update_stats()
1318 mbmi->interinter_comp.wedge_index, 16); in update_stats()
Dbitstream.c1179 aom_write_symbol(w, mbmi->interinter_comp.wedge_index, in pack_inter_mode_mvs()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1447 mbmi->interinter_comp.wedge_index = in read_inter_block_mode_info()