Searched refs:col_parity (Results 1 – 4 of 4) sorted by relevance
75 unsigned char col_parity = 0; in yaffs_ecc_calc() local83 col_parity ^= b; in yaffs_ecc_calc()91 ecc[2] = (~col_parity) | 0x03; in yaffs_ecc_calc()209 unsigned char col_parity = 0; in yaffs_ecc_calc_other() local216 col_parity ^= b; in yaffs_ecc_calc_other()226 ecc_other->col_parity = (col_parity >> 2) & 0x3f; in yaffs_ecc_calc_other()240 delta_col = read_ecc->col_parity ^ test_ecc->col_parity; in yaffs_ecc_correct_other()
30 unsigned char col_parity; member
157 sl->col_parity = 1; in ff_h264_direct_ref_list_init()159 sl->col_parity = (FFABS(col_poc[0] - (int64_t)cur_poc) >= in ff_h264_direct_ref_list_init()162 sidx = sl->col_parity; in ff_h264_direct_ref_list_init()289 mb_y = (sl->mb_y & ~1) + sl->col_parity; in pred_spatial_direct_motion()291 ((sl->mb_y & ~1) + sl->col_parity) * h->mb_stride; in pred_spatial_direct_motion()507 mb_y = (sl->mb_y & ~1) + sl->col_parity; in pred_temp_direct_motion()509 ((sl->mb_y & ~1) + sl->col_parity) * h->mb_stride; in pred_temp_direct_motion()
258 int col_parity; member