HomeSort by relevance Sort by last modified time
    Searched refs:pic_strd (Results 1 - 2 of 2) sorted by null

  /external/libhevc/decoder/
ihevcd_iquant_itrans_recon_ctb.c 543 WORD32 pic_strd; local
591 pic_strd = ps_codec->i4_strd;
734 tu_y_offset = tu_x + tu_y * pic_strd;
735 pu1_y_dst += tu_x + tu_y * pic_strd;
736 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd;
751 //pu1_y_dst[i * pic_strd + j] = *pu1_buf++;
752 memcpy(&pu1_y_dst[i * pic_strd], pu1_buf, cb_size);
763 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
774 pu1_uv_dst[i * pic_strd + 2 * j] = *pu1_buf++;
792 pred_strd = pic_strd;
    [all...]
ihevcd_debug.h 129 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd) ihevcd_debug_dump_pic(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd)
138 #define DUMP_PRE_ILF(pu1_cur_pic_luma, pu1_cur_pic_chroma, pic_wd, pic_ht, pic_strd)

Completed in 200 milliseconds