Searched refs:prev_type (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv40.c | 235 int prev_type = 0; in rv40_decode_mb_info() local 260 prev_type = i; in rv40_decode_mb_info() 266 prev_type = r->mb_type[mb_pos - 1]; in rv40_decode_mb_info() 269 prev_type = block_num_to_ptype_vlc_num[prev_type]; in rv40_decode_mb_info() 270 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); in rv40_decode_mb_info() 273 q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); in rv40_decode_mb_info() 276 prev_type = block_num_to_btype_vlc_num[prev_type]; in rv40_decode_mb_info() 277 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); in rv40_decode_mb_info() 280 q = get_vlc2(gb, btype_vlc[prev_type].table, BTYPE_VLC_BITS, 1); in rv40_decode_mb_info()
|
D | aacpsy.c | 411 int channel, int prev_type) in psy_3gpp_window() argument 445 wi.window_type[1] = prev_type; in psy_3gpp_window() 446 switch (prev_type) { in psy_3gpp_window() 472 wi.window_type[i] = prev_type; in psy_3gpp_window() 473 grouping = (prev_type == EIGHT_SHORT_SEQUENCE) ? window_grouping[0] : 0; in psy_3gpp_window() 884 const float *la, int channel, int prev_type) in psy_lame_window() argument 975 uselongblock = !(prev_type == EIGHT_SHORT_SEQUENCE); in psy_lame_window() 980 wi.window_type[1] = prev_type; in psy_lame_window()
|
D | psymodel.h | 129 …Info (*window)(FFPsyContext *ctx, const float *audio, const float *la, int channel, int prev_type);
|
D | vp56.c | 153 VP56mb prev_type, int ctx) in vp56_parse_mb_type() argument 155 uint8_t *mb_type_model = s->modelp->mb_type[ctx][prev_type]; in vp56_parse_mb_type() 159 return prev_type; in vp56_parse_mb_type()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps_attr_parse.c | 601 u16 prev_type = 0; in wps_parse_msg() local 634 prev_type == ATTR_NETWORK_KEY) { in wps_parse_msg() 668 prev_type = type; in wps_parse_msg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
D | wps_attr_parse.c | 601 u16 prev_type = 0; in wps_parse_msg() local 634 prev_type == ATTR_NETWORK_KEY) { in wps_parse_msg() 668 prev_type = type; in wps_parse_msg()
|