Searched defs:bc (Results 1 – 9 of 9) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | decodemv.c | 21 static B_PREDICTION_MODE read_bmode(vp8_reader *bc, const vp8_prob *p) in read_bmode() 28 static MB_PREDICTION_MODE read_ymode(vp8_reader *bc, const vp8_prob *p) in read_ymode() 35 static MB_PREDICTION_MODE read_kf_ymode(vp8_reader *bc, const vp8_prob *p) in read_kf_ymode() 42 static MB_PREDICTION_MODE read_uv_mode(vp8_reader *bc, const vp8_prob *p) in read_uv_mode() 51 vp8_reader *const bc = & pbi->mbc[8]; in read_kf_modes() local 118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts() 153 vp8_reader *const bc = & pbi->mbc[8]; in mb_mode_mv_init() local 230 static void decode_split_mv(vp8_reader *const bc, MODE_INFO *mi, in decode_split_mv() 341 vp8_reader *const bc = & pbi->mbc[8]; in read_mb_modes_mv() local
|
D | detokenize.c | 172 BOOL_DECODER *bc = x->current_bc; in vp8_decode_mb_tokens() local
|
D | decodeframe.c | 280 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) in get_delta_q() 973 vp8_reader *const bc = &pbi->mbc[8]; in vp8_decode_frame() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 135 static void write_ymode(vp8_writer *bc, int m, const vp8_prob *p) in write_ymode() 140 static void kfwrite_ymode(vp8_writer *bc, int m, const vp8_prob *p) in kfwrite_ymode() 145 static void write_uv_mode(vp8_writer *bc, int m, const vp8_prob *p) in write_uv_mode() 151 static void write_bmode(vp8_writer *bc, int m, const vp8_prob *p) in write_bmode() 156 static void write_split(vp8_writer *bc, int x) in write_split() 721 vp8_writer *const bc = cpi->bc; in write_kfmodes() local 1251 static void put_delta_q(vp8_writer *bc, int delta_q) in put_delta_q() 1272 vp8_writer *const bc = cpi->bc; in vp8_pack_bitstream() local
|
D | encodeframe.c | 724 BOOL_CODER * bc = &cpi->bc[1]; /* bc[0] is for control partition */ in vp8_encode_frame() local 1065 int br, bc; in vp8_build_block_offsets() local
|
D | mcomp.c | 213 int br = bestmv->as_mv.row * 4, bc = bestmv->as_mv.col * 4; in vp8_find_best_sub_pixel_step_iteratively() local 874 int br, bc; in vp8_hex_search() local
|
D | onyx_int.h | 313 vp8_writer bc[9]; /* one boolcoder for each partition */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 291 int bc = bestmv->col * 8; in vp9_find_best_sub_pixel_tree() local 390 int bc = bestmv->col * 8; in vp9_find_best_sub_pixel_comp_tree() local 517 int br, bc; in vp9_pattern_search() local
|
D | vp9_bitstream.c | 514 static void update_coef_probs_common(vp9_writer* const bc, VP9_COMP *cpi, in update_coef_probs_common()
|