Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by pritin

  1. P

    how to determine the boundary strength for H.264

    i am doing project in deblocking filter for H.264. how will be the input streams to the filter and how to determine the boundary strength of the macroblock.the filtering part is clear,i can proceed only if i know how to determine the boundary analysis .help me
  2. P

    HOW TO DETERMINE THE BOUNDARY OF AN IMAGE USING VERILOG

    TELL ME HOW TO DETERMINE THE BOUNDARY OF A PICTURE. IN MY VERILOG CODE I DECLARED ALL THE PIXEL VALUES (16X16 TOTALLY 256) IN AN ARRAY.I NEED TO CHECK THE CONDITION,IS THEER ANY VALUES ABOOVE THE CURRENT PIXEL OR ANY VALUE LEFT TO IT AND ANY VALUES RIGHT TO IT.IF I DECLARED ALL THE PIXEL...
  3. P

    Boundary strength detection for decoded image.

    i am doing deblocking filter for H.264 decoder.the technique used is block based coding i.e a picture is divided in to macroblocks(16x16).how to detemine the boundary strength of a picture. Depending upon the boundary strength i have to do filtering operation. one of the block is intra and...
  4. P

    implementing equations

    how to implement the following function in verilog Δ = clip ( -c , c , ((q0-p0)<<2 + (p1-q1)+4)>>3) where clip(a,b,c) is a clipping function that clips c to a value b/w a and b.

Part and Inventory Search

Back
Top