Home
last modified time | relevance | path

Searched refs:DEQUEUE_BLKID_FROM_CONTROL (Results 1 – 2 of 2) sorted by relevance

/external/libavc/encoder/
Dih264e_core_coding.c358 DEQUEUE_BLKID_FROM_CONTROL(u4_dc_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
379 DEQUEUE_BLKID_FROM_CONTROL(u4_dc_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
383 DEQUEUE_BLKID_FROM_CONTROL(u4_blk_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
402 DEQUEUE_BLKID_FROM_CONTROL(u4_blk_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
406 DEQUEUE_BLKID_FROM_CONTROL(u4_empty_blk_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
418 DEQUEUE_BLKID_FROM_CONTROL(u4_empty_blk_cntrl, u4_blk_id); in ih264e_luma_16x16_idctrans_iquant_itrans_recon()
691 DEQUEUE_BLKID_FROM_CONTROL(u4_dc_cntrl, u4_blk_id); in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
706 DEQUEUE_BLKID_FROM_CONTROL(u4_dc_cntrl, u4_blk_id); in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
710 DEQUEUE_BLKID_FROM_CONTROL(u4_blk_cntrl, u4_blk_id); in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
730 DEQUEUE_BLKID_FROM_CONTROL(u4_blk_cntrl, u4_blk_id); in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
[all …]
Dih264e_core_coding.h85 #define DEQUEUE_BLKID_FROM_CONTROL( u4_cntrl, blk_lin_id) \ macro