Home | History | Annotate | Download | only in decoder

Lines Matching defs:bit_pos

117     WORD32 bit_pos = proc_type;
118 WORD32 bit_mask = (1 << bit_pos);
199 WORD32 bit_pos = proc_type;
200 WORD32 bit_mask = (1 << bit_pos);
1040 * bit_pos has to be a WOR32 so that when it is negative, the downshift still retains it to be a negative value */
1041 WORD32 bit_pos = ((ps_proc->i4_ctb_y << (log2_ctb_size - 3)) - 1) * loop_filter_strd + (ps_proc->i4_ctb_x << (log2_ctb_size - 3)) - 1;
1046 ps_proc->s_deblk_ctxt.au2_ctb_no_loop_filter_flag[row] = (*(UWORD32 *)(ps_proc->pu1_pic_no_loop_filter_flag + (bit_pos >> 3))) >> (bit_pos & 7);
1047 bit_pos += loop_filter_strd;