Home
last modified time | relevance | path

Searched refs:col_parity (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/fs/yaffs2/
Dyaffs_ecc.c75 unsigned char col_parity = 0; in yaffs_ecc_calc() local
83 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() local
216 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()
Dyaffs_ecc.h30 unsigned char col_parity; member
/third_party/ffmpeg/libavcodec/
Dh264_direct.c157 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()
Dh264dec.h258 int col_parity; member